aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm.h b/scumm.h
index 93ab2f61c0..29be4fa217 100644
--- a/scumm.h
+++ b/scumm.h
@@ -779,7 +779,6 @@ public:
Actor *derefActor(int id);
Actor *derefActorSafe(int id, const char *errmsg);
Actor *getFirstActor() { return _actors; }
- void putActor(Actor *a, int x, int y, byte room);
void showActors();
uint32 *_classData;