]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/app.h
added setup.h file containing the settings common to all ports and a script to update...
[wxWidgets.git] / include / wx / palmos / app.h
index 7e2c362e08751f5f4e10ee9c6b144ece329f2a1c..153d1e6968f4c5a2a82501bb7840027d72d5fb69 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      William Osborne
 // Modified by:
 // Created:     10/17/04
-// RCS-ID:      $Id: 
+// RCS-ID:      $Id:
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -54,13 +54,6 @@ public:
     virtual bool OnExceptionInMainLoop();
 #endif // wxUSE_EXCEPTIONS
 
-    // deprecated functions, use wxEventLoop directly instead
-#if WXWIN_COMPATIBILITY_2_4
-    wxDEPRECATED( void DoMessage(WXMSG *pMsg) );
-    wxDEPRECATED( bool DoMessage() );
-    wxDEPRECATED( bool ProcessMessage(WXMSG* pMsg) );
-#endif // WXWIN_COMPATIBILITY_2_4
-
 protected:
     int    m_printMode; // wxPRINT_WINDOWS, wxPRINT_POSTSCRIPT
 
@@ -99,7 +92,6 @@ protected:
 extern int WXDLLEXPORT
 wxEntry();
 
-#include <PalmOS.h>
 #define IMPLEMENT_WXWIN_MAIN                                              \
     uint32_t PilotMain(uint16_t cmd, MemPtr cmdPBP, uint16_t launchFlags) \
     {                                                                     \
@@ -112,6 +104,6 @@ wxEntry();
         }                                                                 \
         return errNone;                                                   \
     }
-    
+
 #endif // _WX_APP_H_