aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/gfxengine.h')
-rw-r--r--engines/tony/gfxengine.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/tony/gfxengine.h b/engines/tony/gfxengine.h
index 7206496aaa..2e22e1ca62 100644
--- a/engines/tony/gfxengine.h
+++ b/engines/tony/gfxengine.h
@@ -63,7 +63,6 @@ private:
int _nCurLoc;
RMTonyAction _curAction;
int _curActionObj;
- OSystem::MutexRef _csMainLoop;
int _nWipeType;
uint32 _hWipeEvent;
@@ -126,10 +125,6 @@ public:
void unloadLocation(CORO_PARAM, bool bDoOnExit, uint32 *result);
int getCurrentLocation() const { return _nCurLoc; }
- // Freeze and unfreeze
- void freeze();
- void unfreeze();
-
// State management
void saveState(const Common::String &fn, byte *curThumb, const Common::String &name);
void loadState(CORO_PARAM, const Common::String &fn);