summaryrefslogtreecommitdiff
path: root/src/npc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc.h')
-rw-r--r--src/npc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/npc.h b/src/npc.h
index 45b3d0c3..b08c315c 100644
--- a/src/npc.h
+++ b/src/npc.h
@@ -35,8 +35,6 @@ class NPC : public Being
virtual Type getType() const;
- virtual void draw(Graphics *graphics, int offsetX, int offsetY);
-
void talk();
void nextDialog();
void dialogChoice(char choice);