X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b93907ee8a1894e7424375b6107f24182035b564..c50f92d08cc3633f8127931e7cf5d362ab8ac392:/include/wx/mac/apptbase.h diff --git a/include/wx/mac/apptbase.h b/include/wx/mac/apptbase.h index 8c411d0f1e..84c68cd0ee 100644 --- a/include/wx/mac/apptbase.h +++ b/include/wx/mac/apptbase.h @@ -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_