From 73302803e066d8d36e425feda15f57fca44f4bc5 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 22 Aug 2012 09:44:00 -0500 Subject: remove the gtk2 conditional compiles for IdoMessageDialog --- src/idomessagedialog.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src') diff --git a/src/idomessagedialog.c b/src/idomessagedialog.c index d3f73aa..41ff2e7 100644 --- a/src/idomessagedialog.c +++ b/src/idomessagedialog.c @@ -281,14 +281,6 @@ ido_message_dialog_new (GtkWindow *parent, NULL); dialog = GTK_DIALOG (widget); -#if ! GTK_CHECK_VERSION(3, 0, 0) - if (flags & GTK_DIALOG_NO_SEPARATOR) - { - g_warning ("The GTK_DIALOG_NO_SEPARATOR flag cannot be used for IdoMessageDialog"); - flags &= ~GTK_DIALOG_NO_SEPARATOR; - } -#endif - if (message_format) { va_start (args, message_format); -- cgit v1.2.3