X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..ab0881c71cfc1019a2f2fcfedfb3860e73afe219:/include/wx/timer.h?ds=inline diff --git a/include/wx/timer.h b/include/wx/timer.h index 877a320899..ae71d604ee 100644 --- a/include/wx/timer.h +++ b/include/wx/timer.h @@ -90,12 +90,6 @@ public: // return TRUE if the timer is one shot bool IsOneShot() const { return m_oneShot; } -#if WXWIN_COMPATIBILITY_2 - // deprecated functions - int Interval() const { return GetInterval(); }; - bool OneShot() const { return IsOneShot(); } -#endif // WXWIN_COMPATIBILITY_2 - protected: // common part of all ctors void Init() { m_oneShot = FALSE; m_milli = 0; }