]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/app.h
Win16 cursor/icon functions are not needed any longer
[wxWidgets.git] / include / wx / msw / app.h
index c6e1348015ff006f8b9d87f0a8306ba66f122892..c85dcc4b834f7a2a252ea242093aa32c8a5536ec 100644 (file)
@@ -42,8 +42,7 @@ public:
     virtual bool Pending();
     virtual void Dispatch();
     virtual bool Yield(bool onlyIfNeeded = FALSE);
-
-    virtual wxIcon GetStdIcon(int which) const;
+    virtual bool ProcessIdle();
 
     virtual void SetPrintMode(int mode) { m_printMode = mode; }
     virtual int GetPrintMode() const { return m_printMode; }
@@ -99,7 +98,6 @@ public:
     // ---------------
 
     void DeletePendingObjects();
-    bool ProcessIdle();
 
 #if wxUSE_RICHEDIT
     // initialize the richedit DLL of (at least) given version, return TRUE if