aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tony.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/tony.cpp')
-rw-r--r--engines/tony/tony.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/engines/tony/tony.cpp b/engines/tony/tony.cpp
index bb174dfbb1..b0ca074c16 100644
--- a/engines/tony/tony.cpp
+++ b/engines/tony/tony.cpp
@@ -610,9 +610,6 @@ void TonyEngine::grabThumbnail() {
_window.grabThumbnail(_curThumbnail);
}
-void TonyEngine::optionScreen() {
-}
-
void TonyEngine::openInitLoadMenu(CORO_PARAM) {
_theEngine.openOptionScreen(coroParam, 1);
}
@@ -706,15 +703,6 @@ void TonyEngine::close() {
delete[] _curThumbnail;
}
-void TonyEngine::switchFullscreen(bool bFull) {
- _window.switchFullscreen(bFull);
- _theEngine.switchFullscreen(bFull);
-}
-
-void TonyEngine::GDIControl(bool bCon) {
- _theEngine.GDIControl(bCon);
-}
-
void TonyEngine::freezeTime() {
_bTimeFreezed = true;
_nTimeFreezed = getTime() - _startTime;