]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/apptbase.h
fixed bug with wxcolourDatabase::FindColour(); added (and documented) new Find()...
[wxWidgets.git] / include / wx / mac / apptbase.h
index 8c411d0f1e65b85ea8d35a762e76d6e05fef8420..84c68cd0eef1b551b5ac23b4d57d214a9d101311 100644 (file)
@@ -33,9 +33,6 @@ public:
     // other miscellaneous helpers
     // ---------------------------
 
-    // under Mac this function does the same thing for console and GUI
-    // applications so we can implement it directly in the base class
-    virtual int GetOSVersion(int *verMaj, int *verMin);
 };
 
 #endif // _WX_MAC_APPTBASE_H_