summaryrefslogtreecommitdiffstats
path: root/src/object/object.h
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2013-06-24 22:09:39 +0200
committererihel <erihel@gmail.com>2013-06-24 22:09:39 +0200
commit41fa8458c2e28f05a610bfc3119f86b8dc85542a (patch)
tree4a653c3f32cb0d524af2669d666fd8385b9a408f /src/object/object.h
parent5c15855009aaab519718b80808d9e10eeda6b425 (diff)
downloadcolobot-41fa8458c2e28f05a610bfc3119f86b8dc85542a.tar.gz
colobot-41fa8458c2e28f05a610bfc3119f86b8dc85542a.tar.bz2
colobot-41fa8458c2e28f05a610bfc3119f86b8dc85542a.zip
Some Ui refactoring
Diffstat (limited to 'src/object/object.h')
-rw-r--r--src/object/object.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/object/object.h b/src/object/object.h
index 25ea708..e8b83d9 100644
--- a/src/object/object.h
+++ b/src/object/object.h
@@ -38,10 +38,6 @@ class CRobotMain;
class CBotVar;
class CScript;
-namespace Ui {
-class CDisplayText;
-}
-
/**
* \enum ObjectType
@@ -689,7 +685,6 @@ protected:
CBrain* m_brain;
CMotion* m_motion;
CAuto* m_auto;
- Ui::CDisplayText* m_displayText;
CRobotMain* m_main;
CSoundInterface* m_sound;
CBotVar* m_botVar;