summaryrefslogtreecommitdiff
path: root/Unit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Unit.cpp')
-rw-r--r--Unit.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Unit.cpp b/Unit.cpp
index a8a5988..89e218e 100644
--- a/Unit.cpp
+++ b/Unit.cpp
@@ -99,8 +99,6 @@ void Unit::handler(void)
{
/* Execute base class handler. */
BaseUnit::handler();
-
- drawHandler();
}
/*****************************************************************//**