From d2c9893327891a6cc1c2402593c1b8f62c650b7e Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sat, 29 Jan 2011 22:48:18 +0000 Subject: GOB: Remove the long obsolete inter_execPtr svn-id: r55635 --- engines/gob/global.cpp | 1 - engines/gob/global.h | 1 - 2 files changed, 2 deletions(-) (limited to 'engines') diff --git a/engines/gob/global.cpp b/engines/gob/global.cpp index ede88514a5..0fcbddf410 100644 --- a/engines/gob/global.cpp +++ b/engines/gob/global.cpp @@ -116,7 +116,6 @@ Global::Global(GobEngine *vm) : _vm(vm) { _debugFlag = 0; _inVM = 0; - _inter_execPtr = 0; _inter_animDataSize = 10; _inter_mouseX = 0; diff --git a/engines/gob/global.h b/engines/gob/global.h index 713b501f35..24925bc58a 100644 --- a/engines/gob/global.h +++ b/engines/gob/global.h @@ -132,7 +132,6 @@ public: int16 _debugFlag; int16 _inVM; - byte *_inter_execPtr; int16 _inter_animDataSize; int16 _inter_mouseX; -- cgit v1.2.3