aboutsummaryrefslogtreecommitdiff
path: root/src/idomessagedialog.c
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-08-22 09:44:00 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-08-22 09:44:00 -0500
commit73302803e066d8d36e425feda15f57fca44f4bc5 (patch)
treecc3845ff2ee2c8ec173b072de9fabe29670588c4 /src/idomessagedialog.c
parent2c688719ecee952666a038ae18865e151340b87f (diff)
downloadayatana-ido-73302803e066d8d36e425feda15f57fca44f4bc5.tar.gz
ayatana-ido-73302803e066d8d36e425feda15f57fca44f4bc5.tar.bz2
ayatana-ido-73302803e066d8d36e425feda15f57fca44f4bc5.zip
remove the gtk2 conditional compiles for IdoMessageDialog
Diffstat (limited to 'src/idomessagedialog.c')
-rw-r--r--src/idomessagedialog.c8
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);