diff options
author | uruk | 2014-02-04 10:50:46 +0100 |
---|---|---|
committer | uruk | 2014-02-04 10:50:46 +0100 |
commit | 65d46954943422bdfbd85875824708196e70d369 (patch) | |
tree | 574d0d8fa2f76a5e7d0b8c14cd5cef4cdfb8575e | |
parent | 671ff32f6fb5875a97b1cafc5f2703d992fdfb2f (diff) | |
download | scummvm-rg350-65d46954943422bdfbd85875824708196e70d369.tar.gz scummvm-rg350-65d46954943422bdfbd85875824708196e70d369.tar.bz2 scummvm-rg350-65d46954943422bdfbd85875824708196e70d369.zip |
AVALANCHE: Really remove that function.
-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()"); } |