summaryrefslogtreecommitdiff
path: root/src/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine.h')
-rw-r--r--src/engine.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/engine.h b/src/engine.h
index 90cee9c0..eb6891ad 100644
--- a/src/engine.h
+++ b/src/engine.h
@@ -31,7 +31,7 @@ class Network;
/**
* Game engine. Actually hardly does anything anymore except keeping track of
- * the current map and loading the emotes.
+ * the current map.
*/
class Engine
{
@@ -42,11 +42,6 @@ class Engine
Engine(Network *network);
/**
- * Destructor.
- */
- ~Engine();
-
- /**
* Returns the currently active map.
*/
Map *getCurrentMap() { return mCurrentMap; }