X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e762ef8f531bd3c48761b39e4b6c96f9a7443020..f5406730ffdde05e710a68367ac45c15a11c00bc:/src/gtk/assertdlg_gtk.cpp diff --git a/src/gtk/assertdlg_gtk.cpp b/src/gtk/assertdlg_gtk.cpp index 1ec690b733..0ed3a239bd 100644 --- a/src/gtk/assertdlg_gtk.cpp +++ b/src/gtk/assertdlg_gtk.cpp @@ -45,9 +45,7 @@ GtkWidget *gtk_assert_dialog_add_button_to (GtkBox *box, const gchar *label, /* add a stock icon inside it */ GtkWidget *image = gtk_image_new_from_stock (stock, GTK_ICON_SIZE_BUTTON); -#if GTK_CHECK_VERSION(2,6,0) gtk_button_set_image (GTK_BUTTON (button), image); -#endif /* add to the given (container) widget */ if (box)