diff options
author | Travis Howell | 2004-02-09 15:22:31 +0000 |
---|---|---|
committer | Travis Howell | 2004-02-09 15:22:31 +0000 |
commit | fbd9b36e03f9d101b566b09af7136d2e929bf73a (patch) | |
tree | a30858b33478cf074449972543a0709fdc1ccb0f | |
parent | 8de55dcbca68f5c90fa596f43f9fecd057f26bac (diff) | |
download | scummvm-rg350-fbd9b36e03f9d101b566b09af7136d2e929bf73a.tar.gz scummvm-rg350-fbd9b36e03f9d101b566b09af7136d2e929bf73a.tar.bz2 scummvm-rg350-fbd9b36e03f9d101b566b09af7136d2e929bf73a.zip |
Cleanup
svn-id: r12798
-rw-r--r-- | scumm/intern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/intern.h b/scumm/intern.h index dd52c85fbd..2bddb5ab65 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -556,7 +556,6 @@ protected: virtual void executeOpcode(byte i); virtual const char *getOpcodeDesc(byte i); - virtual void setupScummVars(); virtual void decodeParseString(int a, int b); void unknownEA_func(int a, int b, int c, int d, int e); |