aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/platform_osystem.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-07-27 19:35:20 +0200
committerEinar Johan Trøan Sømåen2012-07-27 19:35:20 +0200
commitc7fa8e7d1024e4447a7396b5099870d01b775746 (patch)
tree9fa68cf963e7be42015d5a15ef6fec2c716f8a5c /engines/wintermute/platform_osystem.h
parent99d4c55e88712a0b0dc0d97e4c9c52946a5f48f2 (diff)
downloadscummvm-rg350-c7fa8e7d1024e4447a7396b5099870d01b775746.tar.gz
scummvm-rg350-c7fa8e7d1024e4447a7396b5099870d01b775746.tar.bz2
scummvm-rg350-c7fa8e7d1024e4447a7396b5099870d01b775746.zip
WINTERMUTE: Move settings-files to save-dir (gzipped xml now)
Diffstat (limited to 'engines/wintermute/platform_osystem.h')
-rw-r--r--engines/wintermute/platform_osystem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/wintermute/platform_osystem.h b/engines/wintermute/platform_osystem.h
index 14b8c959a8..53462724bd 100644
--- a/engines/wintermute/platform_osystem.h
+++ b/engines/wintermute/platform_osystem.h
@@ -45,8 +45,6 @@ public:
static AnsiString getPlatformName();
// Win32 API bindings
- static void outputDebugString(const char *lpOutputString);
- //static uint32 getTime();
static bool getCursorPos(Point32 *lpPoint);
static bool setCursorPos(int x, int y);
static bool showWindow(int nCmdShow);