wxComboBox included (removed dependency on wxUSE_COMBOBOX which was never

defined). intl.h only defines _() macro if WXINTL_NO_GETTEXT_MACRO is not defined.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1999-01-09 18:00:30 +00:00
parent 12a44087e4
commit 687d733769
5 changed files with 2 additions and 22 deletions

View File

@@ -18,8 +18,6 @@
#include "wx/defs.h"
#if wxUSE_COMBOBOX
#include "wx/object.h"
#include "wx/control.h"
@@ -119,10 +117,6 @@ public:
DECLARE_EVENT_TABLE()
};
#endif
// wxUSE_COMBOBOX
#endif
// __GTKCOMBOBOXH__