summaryrefslogtreecommitdiff
path: root/src/monster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/monster.h')
-rw-r--r--src/monster.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/monster.h b/src/monster.h
index 6f3d2a89..4a82a461 100644
--- a/src/monster.h
+++ b/src/monster.h
@@ -34,8 +34,6 @@ class Monster : public Being
virtual void logic();
virtual Type getType() const;
-
- virtual void draw(Graphics *graphics, int offsetX, int offsetY);
};
#endif