X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/569c7d8ccb0c3f350b50f0f8435b6c6ac3d78cc8..ca77701441e39245dcbfce903049e76f166979e5:/include/wx/generic/timectrl.h diff --git a/include/wx/generic/timectrl.h b/include/wx/generic/timectrl.h index e2052cc1cf..09a91ee983 100644 --- a/include/wx/generic/timectrl.h +++ b/include/wx/generic/timectrl.h @@ -55,29 +55,6 @@ protected: virtual void DoMoveWindow(int x, int y, int width, int height); - // This is a really ugly hack but to compile this class in wxMSW we must - // define these functions even though they are never called because they're - // only used by the native implementation. -#ifdef __WXMSW__ - virtual wxLocaleInfo MSWGetFormat() const - { - wxFAIL_MSG( "Unreachable" ); - return wxLOCALE_TIME_FMT; - } - - virtual bool MSWAllowsNone() const - { - wxFAIL_MSG( "Unreachable" ); - return false; - } - - virtual bool MSWOnDateTimeChange(const tagNMDATETIMECHANGE& WXUNUSED(dtch)) - { - wxFAIL_MSG( "Unreachable" ); - return false; - } -#endif // __WXMSW__ - private: void Init();