aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tony.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/tony.h')
-rw-r--r--engines/tony/tony.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/tony/tony.h b/engines/tony/tony.h
index 8d4e357079..23c235d058 100644
--- a/engines/tony/tony.h
+++ b/engines/tony/tony.h
@@ -152,9 +152,6 @@ public:
// Warn when are being controlled by the GDI
void GDIControl(bool bCon);
- // Loop that handles messages when the game is paused
- void PauseLoop(void);
-
void Play();
void Close();
void Abort();
@@ -167,10 +164,6 @@ public:
void ShowLocation(void) { m_bDrawLocation = true; }
void HideLocation(void) { m_bDrawLocation = false; }
- // Handle pause mode
- void Pause(bool bPause);
- bool IsPaused() { return m_bPaused; }
-
// Reads the time
uint32 GetTime(void);
void FreezeTime(void);