#include "wx/combobox.h"
-#if wxUSE_COMBOBOX
-
#include <wx/intl.h>
#include "gdk/gdk.h"
return;
}
- GList *list = g_list_append( NULL, child->data );
+ GList *list = g_list_append( (GList*) NULL, child->data );
gtk_list_remove_items( listbox, list );
g_list_free( list );
(window == GTK_COMBO(m_widget)->button->window ) );
}
-#endif
-
- // wxUSE_COMBOBOX
\ No newline at end of file