aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/globals.h')
-rw-r--r--engines/tony/globals.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/tony/globals.h b/engines/tony/globals.h
index 483ced1817..19276237c2 100644
--- a/engines/tony/globals.h
+++ b/engines/tony/globals.h
@@ -191,7 +191,6 @@ public:
RMTextDialog *_curBackText;
bool _bTonyIsSpeaking;
int _curChangedHotspot;
- bool _bPatIrqFreeze;
bool _bCfgInvLocked;
bool _bCfgInvNoScroll;
bool _bCfgTimerizedText;
@@ -227,8 +226,6 @@ public:
uint32(*LoadLocation)(int, RMPoint, RMPoint start);
void (*UnloadLocation)(CORO_PARAM, bool bDoOnExit, uint32 *result);
void (*LinkGraphicTask)(RMGfxTask *task);
- void (*Freeze)();
- void (*Unfreeze)();
void (*WaitFrame)(CORO_PARAM);
void (*PlayMusic)(int nChannel, const char *fileName, int nFX, bool bLoop, int nSync);
void (*WaitWipeEnd)(CORO_PARAM);