From addd64eea4dd204b405892bd08b2b00fa49eeafa Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 23 Jan 2004 21:10:42 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_defs.i | 2 +- wxPython/src/_settings.i | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/wxPython/src/_defs.i b/wxPython/src/_defs.i index e8b4f7fdd1..d7818e8883 100644 --- a/wxPython/src/_defs.i +++ b/wxPython/src/_defs.i @@ -875,7 +875,7 @@ typedef enum { // menu and toolbar item kinds enum wxItemKind { - wxITEM_SEPARATOR = -1, + wxITEM_SEPARATOR, wxITEM_NORMAL, wxITEM_CHECK, wxITEM_RADIO, 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