diff options
Diffstat (limited to 'src/FbTk/App.cc')
-rw-r--r-- | src/FbTk/App.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/FbTk/App.cc b/src/FbTk/App.cc index 25c338f..39cd36e 100644 --- a/src/FbTk/App.cc +++ b/src/FbTk/App.cc | |||
@@ -49,14 +49,12 @@ App::App(const char *displayname):m_done(false), m_display(0) { | |||
49 | throw std::string("Couldn't connect to XServer"); | 49 | throw std::string("Couldn't connect to XServer"); |
50 | 50 | ||
51 | FbStringUtil::init(); | 51 | FbStringUtil::init(); |
52 | Image::init(); | ||
53 | } | 52 | } |
54 | 53 | ||
55 | App::~App() { | 54 | App::~App() { |
56 | if (m_display != 0) { | 55 | if (m_display != 0) { |
57 | 56 | ||
58 | Font::shutdown(); | 57 | Font::shutdown(); |
59 | Image::shutdown(); | ||
60 | 58 | ||
61 | XCloseDisplay(m_display); | 59 | XCloseDisplay(m_display); |
62 | m_display = 0; | 60 | m_display = 0; |