]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_functions.i
log missing font directories with wxLogDebug, not wxLogTrace, for more visibility
[wxWidgets.git] / wxPython / src / _functions.i
index 7b5d74e13340a822e30fdb69143897d67c3f5395..481f99d87f1e1b0a832d0759c7cf257930e5b15d 100644 (file)
@@ -70,13 +70,9 @@ void wxBell();
 MustHaveApp(wxEndBusyCursor);
 void wxEndBusyCursor();
 
-long wxGetElapsedTime(bool resetTimer = true);
-%pythoncode { GetElapsedTime = wx._deprecated(GetElapsedTime) }
-    
 bool wxIsBusy();
 wxString wxNow();
 bool wxShell(const wxString& command = wxPyEmptyString);
-void wxStartTimer();
 
 
 DocDeclA(