diff options
author | Sven Hesse | 2011-01-29 22:48:18 +0000 |
---|---|---|
committer | Sven Hesse | 2011-01-29 22:48:18 +0000 |
commit | d2c9893327891a6cc1c2402593c1b8f62c650b7e (patch) | |
tree | f949e51279e24efd4e98a940d12263e3e0507acc | |
parent | 65bc46d3ab7ba1102c46c475bb145a4c64403109 (diff) | |
download | scummvm-rg350-d2c9893327891a6cc1c2402593c1b8f62c650b7e.tar.gz scummvm-rg350-d2c9893327891a6cc1c2402593c1b8f62c650b7e.tar.bz2 scummvm-rg350-d2c9893327891a6cc1c2402593c1b8f62c650b7e.zip |
GOB: Remove the long obsolete inter_execPtr
svn-id: r55635
-rw-r--r-- | engines/gob/global.cpp | 1 | ||||
-rw-r--r-- | engines/gob/global.h | 1 |
2 files changed, 0 insertions, 2 deletions
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; |