X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbe0af5b15f8b8e95ed45abc2140fb3a1fac3c87..f0a56ab0c38aac05101593488c7e0972c36c38b7:/include/wx/gtk/timer.h?ds=inline diff --git a/include/wx/gtk/timer.h b/include/wx/gtk/timer.h index ad3fbc619d..80e302758b 100644 --- a/include/wx/gtk/timer.h +++ b/include/wx/gtk/timer.h @@ -24,22 +24,6 @@ class wxTimer; -//----------------------------------------------------------------------------- -// global functions -//----------------------------------------------------------------------------- - -/* Timer functions (milliseconds) */ -void wxStartTimer(); - -/* Gets time since last wxStartTimer or wxGetElapsedTime */ -long wxGetElapsedTime(bool resetTimer = TRUE); - -/* EXPERIMENTAL: comment this out if it doesn't compile. */ -bool wxGetLocalTime(long *timeZone, int *dstObserved); - -/* Get number of seconds since 00:00:00 GMT, Jan 1st 1970. */ -long wxGetCurrentTime(); - //----------------------------------------------------------------------------- // wxTimer //-----------------------------------------------------------------------------