X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e320a79f187558effb04d92020b470372bbe456..efba2b89f15ba8757a722fc56c67f434cf960482:/include/wx/os2/timer.h diff --git a/include/wx/os2/timer.h b/include/wx/os2/timer.h index 953da997c6..d24372425a 100644 --- a/include/wx/os2/timer.h +++ b/include/wx/os2/timer.h @@ -31,7 +31,7 @@ public: virtual void Notify() = 0; // Override this member // Returns the current interval time (0 if stop) - int Interval() const { return m_milli; }; + int Interval() const { return m_milli; }; bool OneShot() const { return m_oneShot; } protected: @@ -51,8 +51,6 @@ private: // Timer functions (milliseconds) void WXDLLEXPORT wxStartTimer(); -// Gets time since last wxStartTimer or wxGetElapsedTime -long WXDLLEXPORT wxGetElapsedTime(bool resetTimer = TRUE); // EXPERIMENTAL: comment this out if it doesn't compile. bool WXDLLEXPORT wxGetLocalTime(long *timeZone, int *dstObserved);