diff options
-rw-r--r-- | engines/avalanche/ghostroom.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/avalanche/ghostroom.cpp b/engines/avalanche/ghostroom.cpp index f81a74df3f..752da658a4 100644 --- a/engines/avalanche/ghostroom.cpp +++ b/engines/avalanche/ghostroom.cpp @@ -62,10 +62,6 @@ void GhostRoom::plainGrab() { warning("STUB: plainGrab()"); } -void GhostRoom::getMeAargh(byte which) { - warning("STUB: getMeAargh()"); -} - void GhostRoom::wait(uint16 howLong) { warning("STUB: wait()"); } |