X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0ed460c2e7802793d591c84f3cfdbff159c5549..b068c4e8a1f4919360329c345eae36ff95ab5a10:/include/wx/stubs/timer.h diff --git a/include/wx/stubs/timer.h b/include/wx/stubs/timer.h index 953da997c6..e668d30bec 100644 --- a/include/wx/stubs/timer.h +++ b/include/wx/stubs/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_