Removed 'fullscreen' option (PalmOS)

svn-id: r11656
This commit is contained in:
Chris Apers 2003-12-15 15:13:36 +00:00
parent de1a8fdafa
commit db2bf22b35

View file

@ -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);