aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/script.h')
-rw-r--r--engines/gob/script.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/gob/script.h b/engines/gob/script.h
index 5c689bd991..d9826a6e83 100644
--- a/engines/gob/script.h
+++ b/engines/gob/script.h
@@ -88,8 +88,6 @@ public:
void setFinished(bool finished);
bool isFinished() const;
- void cuckoo(byte *totData, uint32 totSize);
-
void push();
void pop(bool ret = true);
void call(uint32 offset);
@@ -106,9 +104,7 @@ public:
private:
struct CallEntry {
- byte *totData;
byte *totPtr;
- uint32 totSize;
bool finished;
};