]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/timer.h
HTML_xxxx constants changed to wxHTML_xxxx (with backward compatibility through WXWIN...
[wxWidgets.git] / include / wx / os2 / timer.h
index 953da997c6b6249b3f90620b669fe939d7c09412..d24372425a0cde42d9d5c3352e23fa71399830cc 100644 (file)
@@ -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);