[Scummvm-cvs-logs] CVS: scummvm/gui newgui.cpp,1.71,1.72
Chris Apers
chrilith at users.sourceforge.net
Fri Nov 28 02:09:05 CET 2003
Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv9510
Modified Files:
newgui.cpp
Log Message:
This is no more needed
Index: newgui.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/newgui.cpp,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- newgui.cpp 19 Nov 2003 23:46:39 -0000 1.71
+++ newgui.cpp 28 Nov 2003 10:08:36 -0000 1.72
@@ -23,10 +23,6 @@
#include "newgui.h"
#include "dialog.h"
-#ifdef __PALM_OS__
-# include "palm.h"
-#endif
-
#ifdef NEW_FONT_CODE
#include "gui/font.h"
#endif
@@ -138,15 +134,6 @@
}
while (!_dialogStack.empty() && activeDialog == _dialogStack.top()) {
-#ifdef __PALM_OS__
- // There is no exit(.) function under PalmOS, to exit an app
- // we need to send an 'exit' event to the event handler
- // and then the system return to the launcher. But this event
- // is not handled by the following loop and so we need to force exit.
- // In other systems like Windows ScummVM exit immediatly and so this doesn't appear.
- if (((OSystem_PALMOS *)_system)->_quit)
- return;
-#endif
activeDialog->handleTickle();
if (_needRedraw) {
More information about the Scummvm-git-logs
mailing list