summaryrefslogtreecommitdiffstats
path: root/src/graphics/opengl/gldevice.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-08-13 23:09:30 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-08-13 23:09:30 +0200
commit5b45911856442ee7cbd451125c47fd13f21db58e (patch)
treed843bc18e4b777628faec617510d663e5cfaa01a /src/graphics/opengl/gldevice.h
parenta2dd39960b5851f8e62adf59b11b36ba14626468 (diff)
downloadcolobot-5b45911856442ee7cbd451125c47fd13f21db58e.tar.gz
colobot-5b45911856442ee7cbd451125c47fd13f21db58e.tar.bz2
colobot-5b45911856442ee7cbd451125c47fd13f21db58e.zip
Improved error messages
Added some logging and improved error messages displayed to user
Diffstat (limited to 'src/graphics/opengl/gldevice.h')
-rw-r--r--src/graphics/opengl/gldevice.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/graphics/opengl/gldevice.h b/src/graphics/opengl/gldevice.h
index 3daea8a..b59af1c 100644
--- a/src/graphics/opengl/gldevice.h
+++ b/src/graphics/opengl/gldevice.h
@@ -78,8 +78,6 @@ public:
virtual void DebugHook();
- virtual std::string GetError();
-
virtual bool Create();
virtual void Destroy();
@@ -169,8 +167,6 @@ private:
private:
//! Current config
Gfx::GLDeviceConfig m_config;
- //! Last encountered error
- std::string m_error;
//! Current world matrix
Math::Matrix m_worldMat;