summaryrefslogtreecommitdiff
path: root/src/controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controller.h')
-rw-r--r--src/controller.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/controller.h b/src/controller.h
index f99a2b74..7bd1d334 100644
--- a/src/controller.h
+++ b/src/controller.h
@@ -46,13 +46,6 @@ class Controlled: public Being
*/
virtual void die();
- /**
- * Recalculates all stats of the being that are derived from others.
- * Call whenever you change something that affects a derived stat.
- * Called automatically when you manipulate a stat using setBaseStat()
- */
- virtual void calculateStats();
-
private:
/** Count down till next random movement (temporary). */
unsigned int mCountDown;