From 9bd4ec03b272e7925b11c3efc2bd8460894ea589 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 1 Jul 2012 01:37:30 +0200 Subject: CDevice interface and stub of implementation - added CDevice abstract interface - began implementation of CGLDevice - added stub for Texture struct - created CGLDeviceConfig - changed particule -> particle & other minor changes --- src/app/app.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/app/app.h') 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 @@ -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 -- cgit v1.2.3-1-g7c22