aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-ui-utils.h
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2010-09-20 07:08:00 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-09-28 16:26:00 +0800
commit4c517ce646a64c528b7340d7d57a09c0242f1c8f (patch)
tree22d9a445c218af8947c2c18d2716e6bddda394cf /libempathy-gtk/empathy-ui-utils.h
parent8031eb1f58dff35e0deb3b01f80d75b6dce16454 (diff)
downloadgsoc2013-empathy-4c517ce646a64c528b7340d7d57a09c0242f1c8f.tar
gsoc2013-empathy-4c517ce646a64c528b7340d7d57a09c0242f1c8f.tar.gz
gsoc2013-empathy-4c517ce646a64c528b7340d7d57a09c0242f1c8f.tar.bz2
gsoc2013-empathy-4c517ce646a64c528b7340d7d57a09c0242f1c8f.tar.lz
gsoc2013-empathy-4c517ce646a64c528b7340d7d57a09c0242f1c8f.tar.xz
gsoc2013-empathy-4c517ce646a64c528b7340d7d57a09c0242f1c8f.tar.zst
gsoc2013-empathy-4c517ce646a64c528b7340d7d57a09c0242f1c8f.zip
Don't use deprecated gtk_dialog_set_has_separator
This is deprecated in GTK+ 2.22 Bug #630107
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r--libempathy-gtk/empathy-ui-utils.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h
index 43da188db..0b76d09a3 100644
--- a/libempathy-gtk/empathy-ui-utils.h
+++ b/libempathy-gtk/empathy-ui-utils.h
@@ -129,22 +129,6 @@ void empathy_window_iconify (GtkWindow *windo
GtkStatusIcon *status_icon);
GtkWindow * empathy_get_toplevel_window (GtkWidget *widget);
-/**
- * empathy_dialog_remove_separator:
- * @d: a #GtkDialog
- *
- * Replacement for gtk_dialog_set_has_separator(), which was removed for GTK+ 3.
- * This is a no-op for GTK+ 3, and expands to a call to
- * gtk_dialog_set_has_separator() with %FALSE for GTK+ 2.
- *
- * FIXME: Once we depend on GTK+ 3 unconditionally, this macro can be removed.
- */
-#ifndef HAVE_GTK3
-#define empathy_dialog_remove_separator(d) gtk_dialog_set_has_separator(d, FALSE);
-#else
-#define empathy_dialog_remove_separator(d)
-#endif
-
/* URL */
gchar * empathy_make_absolute_url (const gchar *url);