From: Vadim Zeitlin Date: Fri, 4 Aug 2006 15:43:18 +0000 (+0000) Subject: (manually) removed more mentions of CB_FILENAME to fix the build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/078a6f207ee40b05962fb71721c9e7d06ecb7860 (manually) removed more mentions of CB_FILENAME to fix the build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/gtk/_core.py b/wxPython/src/gtk/_core.py index b38ca48b0a..036ed1d518 100644 --- a/wxPython/src/gtk/_core.py +++ b/wxPython/src/gtk/_core.py @@ -122,7 +122,6 @@ CB_SIMPLE = _core_.CB_SIMPLE CB_DROPDOWN = _core_.CB_DROPDOWN CB_SORT = _core_.CB_SORT CB_READONLY = _core_.CB_READONLY -CB_FILENAME = _core_.CB_FILENAME RA_HORIZONTAL = _core_.RA_HORIZONTAL RA_VERTICAL = _core_.RA_VERTICAL RA_SPECIFY_ROWS = _core_.RA_SPECIFY_ROWS diff --git a/wxPython/src/mac/_core.py b/wxPython/src/mac/_core.py index b38ca48b0a..036ed1d518 100644 --- a/wxPython/src/mac/_core.py +++ b/wxPython/src/mac/_core.py @@ -122,7 +122,6 @@ CB_SIMPLE = _core_.CB_SIMPLE CB_DROPDOWN = _core_.CB_DROPDOWN CB_SORT = _core_.CB_SORT CB_READONLY = _core_.CB_READONLY -CB_FILENAME = _core_.CB_FILENAME RA_HORIZONTAL = _core_.RA_HORIZONTAL RA_VERTICAL = _core_.RA_VERTICAL RA_SPECIFY_ROWS = _core_.RA_SPECIFY_ROWS diff --git a/wxPython/src/msw/_core.py b/wxPython/src/msw/_core.py index 2ee1bf24ac..c3e9baa4f9 100644 --- a/wxPython/src/msw/_core.py +++ b/wxPython/src/msw/_core.py @@ -122,7 +122,6 @@ CB_SIMPLE = _core_.CB_SIMPLE CB_DROPDOWN = _core_.CB_DROPDOWN CB_SORT = _core_.CB_SORT CB_READONLY = _core_.CB_READONLY -CB_FILENAME = _core_.CB_FILENAME RA_HORIZONTAL = _core_.RA_HORIZONTAL RA_VERTICAL = _core_.RA_VERTICAL RA_SPECIFY_ROWS = _core_.RA_SPECIFY_ROWS