X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbe0af5b15f8b8e95ed45abc2140fb3a1fac3c87..aae24d21a33faa2a23fccde24255365ca845c46f:/src/gtk/combobox.cpp diff --git a/src/gtk/combobox.cpp b/src/gtk/combobox.cpp index 302a6f5dff..499e2153d9 100644 --- a/src/gtk/combobox.cpp +++ b/src/gtk/combobox.cpp @@ -14,8 +14,6 @@ #include "wx/combobox.h" -#if wxUSE_COMBOBOX - #include #include "gdk/gdk.h" @@ -543,6 +541,3 @@ bool wxComboBox::IsOwnGtkWindow( GdkWindow *window ) (window == GTK_COMBO(m_widget)->button->window ) ); } -#endif - - // wxUSE_COMBOBOX \ No newline at end of file