]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_log.i
Oops, CenteronScreen wasn't really removed, just moved to wxTopLevelWindow
[wxWidgets.git] / wxPython / src / _log.i
index 3d52bf3a7dc1e667923187299d059348fe6e96f2..f026dead0a3c2045336220266e689707e5a23451 100644 (file)
@@ -154,9 +154,6 @@ public:
 
     %pythonAppend Destroy "args[0].thisown = 0";
     %extend { void Destroy() { delete self; } }
-
-    void DoLog(wxLogLevel level, const wxChar *szString, long t);
-    void DoLogString(const wxChar *szString, long t);
 };