GOB: Remove the long obsolete inter_execPtr

svn-id: r55635
This commit is contained in:
Sven Hesse 2011-01-29 22:48:18 +00:00
parent 65bc46d3ab
commit d2c9893327
2 changed files with 0 additions and 2 deletions

View File

@ -116,7 +116,6 @@ Global::Global(GobEngine *vm) : _vm(vm) {
_debugFlag = 0;
_inVM = 0;
_inter_execPtr = 0;
_inter_animDataSize = 10;
_inter_mouseX = 0;

View File

@ -132,7 +132,6 @@ public:
int16 _debugFlag;
int16 _inVM;
byte *_inter_execPtr;
int16 _inter_animDataSize;
int16 _inter_mouseX;