X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/61c5a8acbe5d198708507dfc2789b8985d0c55c4..3cebfef17b54f9dacc386f090827b8badb2773d2:/wxPython/src/_settings.i?ds=sidebyside diff --git a/wxPython/src/_settings.i b/wxPython/src/_settings.i index 28ba50b290..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