]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/app.h
Digital Mars compilation warnings and Unicode fixes (patch 884587)
[wxWidgets.git] / include / wx / motif / app.h
index 79674e4f89527f16f0dc6a0a87a45bd9b5a4c21e..b7bcef5637bca6d0dd46e31171f09dd7c3dee05d 100644 (file)
@@ -51,10 +51,6 @@ public:
     // -----------------------------------
     
     virtual int MainLoop();
-    virtual void ExitMainLoop();
-    virtual bool Initialized();
-    virtual bool Pending();
-    virtual void Dispatch();
 
     virtual void Exit();
 
@@ -66,8 +62,6 @@ public:
     // implementation from now on
     // --------------------------
     
-    void OnIdle(wxIdleEvent& event);
-    
 protected:
     bool                  m_showOnInit;
     
@@ -90,8 +84,6 @@ public:
     wxXVisualInfo* GetVisualInfo(WXDisplay* display);
 
 private:
-    wxEventLoop*    m_eventLoop;
-    
     // Motif-specific
     WXAppContext          m_appContext;
     WXColormap            m_mainColormap;