aboutsummaryrefslogtreecommitdiff
path: root/backends/intern.h
diff options
context:
space:
mode:
authorChris Apers2004-03-02 13:07:08 +0000
committerChris Apers2004-03-02 13:07:08 +0000
commitfbd040ac9f7ac3cad18e99d4ffe12831c8d2cd7d (patch)
tree5bc4ef06a4e37df26db588b7cb068fb2e7587f70 /backends/intern.h
parent65a50b800af9c09794a512078d77094f9fcd28b9 (diff)
downloadscummvm-rg350-fbd040ac9f7ac3cad18e99d4ffe12831c8d2cd7d.tar.gz
scummvm-rg350-fbd040ac9f7ac3cad18e99d4ffe12831c8d2cd7d.tar.bz2
scummvm-rg350-fbd040ac9f7ac3cad18e99d4ffe12831c8d2cd7d.zip
Obsolete
svn-id: r13144
Diffstat (limited to 'backends/intern.h')
-rw-r--r--backends/intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/intern.h b/backends/intern.h
index 9d07aba0c0..953d9f86f3 100644
--- a/backends/intern.h
+++ b/backends/intern.h
@@ -35,7 +35,7 @@ extern OSystem *OSystem_WINCE3_create();
extern OSystem *OSystem_X11_create();
extern OSystem *OSystem_MAC_create(int gfx_mode, bool full_screen);
extern OSystem *OSystem_GP32_create(int gfx_mode, bool full_screen); //ph0x
-extern OSystem *OSystem_PALMOS_create(int gfx_mode);
+extern OSystem *OSystem_PALMOS_create();
#ifdef _WIN32_WCE