aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm_v8.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/scumm_v8.h')
-rw-r--r--engines/scumm/scumm_v8.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/scumm/scumm_v8.h b/engines/scumm/scumm_v8.h
index abd53b44ff..94619eb7ac 100644
--- a/engines/scumm/scumm_v8.h
+++ b/engines/scumm/scumm_v8.h
@@ -34,14 +34,6 @@ namespace Scumm {
class ScummEngine_v8 : public ScummEngine_v7 {
protected:
- typedef void (ScummEngine_v8::*OpcodeProcV8)();
- struct OpcodeEntryV8 {
- OpcodeProcV8 proc;
- const char *desc;
- };
-
- const OpcodeEntryV8 *_opcodesV8;
-
struct ObjectNameId {
char name[40];
int id;
@@ -57,8 +49,6 @@ public:
protected:
virtual void setupOpcodes();
- virtual void executeOpcode(byte i);
- virtual const char *getOpcodeDesc(byte i);
virtual void printString(int m, const byte *msg);