cleanup
svn-id: r13069
This commit is contained in:
parent
b941740b72
commit
751435d54f
3 changed files with 4 additions and 4 deletions
|
@ -46,8 +46,6 @@ static OSystem *createSystem() {
|
|||
return OSystem_MorphOS_create(gfx_mode, ConfMan.getBool("fullscreen"));
|
||||
#elif defined(_WIN32_WCE)
|
||||
return OSystem_WINCE3_create();
|
||||
#elif defined(MACOS_CARBON)
|
||||
return OSystem_MAC_create(gfx_mode, ConfMan.getBool("fullscreen"));
|
||||
#elif defined(__GP32__) // ph0x
|
||||
return OSystem_GP32_create(GFX_NORMAL, true);
|
||||
#elif defined(__PALM_OS__) //chrilith
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue