diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-08-22 09:44:00 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-08-22 09:44:00 -0500 |
commit | 73302803e066d8d36e425feda15f57fca44f4bc5 (patch) | |
tree | cc3845ff2ee2c8ec173b072de9fabe29670588c4 | |
parent | 2c688719ecee952666a038ae18865e151340b87f (diff) | |
download | ayatana-ido-73302803e066d8d36e425feda15f57fca44f4bc5.tar.gz ayatana-ido-73302803e066d8d36e425feda15f57fca44f4bc5.tar.bz2 ayatana-ido-73302803e066d8d36e425feda15f57fca44f4bc5.zip |
remove the gtk2 conditional compiles for IdoMessageDialog
-rw-r--r-- | src/idomessagedialog.c | 8 |
1 files changed, 0 insertions, 8 deletions
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); |