X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf763f5b942d40121b1d647d2a34d48410965c09..0d575a5dfaff72e6cbf20862e39f1912e0de2229:/wxPython/src/_settings.i diff --git a/wxPython/src/_settings.i b/wxPython/src/_settings.i index 379a988fac..0525c88310 100644 --- a/wxPython/src/_settings.i +++ b/wxPython/src/_settings.i @@ -175,20 +175,12 @@ public: }; -// %pythoncode { -// %# backwards compatibility aliasses -// SystemSettings_GetSystemColour = SystemSettings_GetColour -// SystemSettings_GetSystemFont = SystemSettings_GetFont -// SystemSettings_GetSystemMetric = SystemSettings_GetMetric -// } - - //--------------------------------------------------------------------------- class wxSystemOptions : public wxObject { public: - wxSystemOptions() { } + wxSystemOptions(); // User-customizable hints to wxWindows or associated libraries // These could also be used to influence GetSystem... calls, indeed