X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d57be459406c2830f6abc9d99ae99166c6d133b..559fe022dbd5d4d961402b5c973e5225fa91f17f:/include/wx/motif/timer.h?ds=sidebyside diff --git a/include/wx/motif/timer.h b/include/wx/motif/timer.h index 7065c19ca4..5091501304 100644 --- a/include/wx/motif/timer.h +++ b/include/wx/motif/timer.h @@ -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_