From db2bf22b35fa25daf0f8acf573eb30c31ab9381e Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Mon, 15 Dec 2003 15:13:36 +0000 Subject: Removed 'fullscreen' option (PalmOS) svn-id: r11656 --- common/system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/system.cpp b/common/system.cpp index feeef61763..ac7f38811b 100644 --- a/common/system.cpp +++ b/common/system.cpp @@ -49,7 +49,7 @@ static OSystem *createSystem() { #elif defined(__GP32__) // ph0x return OSystem_GP32_create(GFX_NORMAL, true); #elif defined(__PALM_OS__) //chrilith - return OSystem_PALMOS_create(gfx_mode, ConfMan.getBool("fullscreen")); + return OSystem_PALMOS_create(gfx_mode); #else /* SDL is the default driver for now */ return OSystem_SDL_create(gfx_mode); -- cgit v1.2.3