X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/06cfab17389f4bbd38560dd86ee39931e979bb1e..afce4c035fffa13edcb0241d84dbae93ae3ee1e3:/include/wx/gtk1/combobox.h diff --git a/include/wx/gtk1/combobox.h b/include/wx/gtk1/combobox.h index 5e9e341fb3..7d7822f941 100644 --- a/include/wx/gtk1/combobox.h +++ b/include/wx/gtk1/combobox.h @@ -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__