]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/timer.h
wxHTML classes description is now in alphabetical order
[wxWidgets.git] / include / wx / motif / timer.h
index 7065c19ca4f596deab941e0fe34c81126fa33c6b..50915013040dc41b26dcadc6b7b915193bc85a64 100644 (file)
@@ -44,16 +44,5 @@ protected:
  * But you may need to modify timercmn.cpp.
  */
 
-// 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);
-
-// Get number of seconds since 00:00:00 GMT, Jan 1st 1970.
-long WXDLLEXPORT wxGetCurrentTime();
-
 #endif
     // _WX_TIMER_H_