summaryrefslogtreecommitdiffstats
path: root/src/graphics/core/device.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/core/device.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/core/device.h')
-rw-r--r--src/graphics/core/device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/graphics/core/device.h b/src/graphics/core/device.h
index a3d0208..9eb6f6d 100644
--- a/src/graphics/core/device.h
+++ b/src/graphics/core/device.h
@@ -286,9 +286,6 @@ public:
//! Destroys the device, releasing every acquired resource
virtual void Destroy() = 0;
- //! Returns the last encountered error
- virtual std::string GetError() = 0;
-
//! Begins drawing the 3D scene
virtual void BeginScene() = 0;
//! Ends drawing the 3D scene