X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03f38c58fdd36b1e951dfed81b245a7337bbc3b4..ab79958a7fdd0ad585436abefa5a49568a2d8122:/include/wx/qt/timer.h?ds=sidebyside diff --git a/include/wx/qt/timer.h b/include/wx/qt/timer.h index 2dc0c5b486..426f431b00 100644 --- a/include/wx/qt/timer.h +++ b/include/wx/qt/timer.h @@ -49,16 +49,5 @@ private: * 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_