summaryrefslogtreecommitdiffstats
path: root/src/app/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.h')
-rw-r--r--src/app/app.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/app/app.h b/src/app/app.h
index b2d9135..4cb6976 100644
--- a/src/app/app.h
+++ b/src/app/app.h
@@ -21,7 +21,6 @@
#include "common/misc.h"
-#include "graphics/common/device.h"
#include "graphics/common/engine.h"
#include <string>
@@ -162,8 +161,6 @@ protected:
ApplicationPrivate* m_private;
//! Global event queue
CEventQueue* m_eventQueue;
- //! Current configuration of display device
- Gfx::DeviceConfig m_deviceConfig;
//! Graphics engine
Gfx::CEngine* m_engine;
//! Sound subsystem