summaryrefslogtreecommitdiffstats
path: root/src/object/auto/auto.cpp
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/auto/auto.cpp
parent5c15855009aaab519718b80808d9e10eeda6b425 (diff)
downloadcolobot-41fa8458c2e28f05a610bfc3119f86b8dc85542a.tar.gz
colobot-41fa8458c2e28f05a610bfc3119f86b8dc85542a.tar.bz2
colobot-41fa8458c2e28f05a610bfc3119f86b8dc85542a.zip
Some Ui refactoring
Diffstat (limited to 'src/object/auto/auto.cpp')
-rw-r--r--src/object/auto/auto.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/object/auto/auto.cpp b/src/object/auto/auto.cpp
index 8dc1d94..0aeaa0a 100644
--- a/src/object/auto/auto.cpp
+++ b/src/object/auto/auto.cpp
@@ -52,7 +52,6 @@ CAuto::CAuto(CObject* object)
m_lightning = m_engine->GetLightning();
m_camera = m_main->GetCamera();
m_interface = m_main->GetInterface();
- m_displayText = m_main->GetDisplayText();
m_type = m_object->GetType();
m_time = 0.0f;
@@ -83,7 +82,6 @@ CAuto::~CAuto()
m_lightning = nullptr;
m_camera = nullptr;
m_interface = nullptr;
- m_displayText = nullptr;
}