diff options
author | Christian Dywan <christian@twotoasts.de> | 2009-10-07 18:32:12 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-05-03 01:40:41 +0200 |
commit | bb475d5d2eae24d98eb48b16cc745dedc474c1d1 (patch) | |
tree | e6575b08f07c1e24a1809337d0c01fe071c47d85 /gtk/gtkstatusicon.h | |
parent | 61a294d820954c7944bd3debdce8950173c94c1b (diff) | |
download | gtk+-bb475d5d2eae24d98eb48b16cc745dedc474c1d1.tar.gz |
Remove deprecated GtkStatusIcon functions
Diffstat (limited to 'gtk/gtkstatusicon.h')
-rw-r--r-- | gtk/gtkstatusicon.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkstatusicon.h b/gtk/gtkstatusicon.h index 0c08cfe212..6bfafef3da 100644 --- a/gtk/gtkstatusicon.h +++ b/gtk/gtkstatusicon.h @@ -110,10 +110,6 @@ void gtk_status_icon_set_screen (GtkStatusIcon *st GdkScreen *screen); GdkScreen *gtk_status_icon_get_screen (GtkStatusIcon *status_icon); -#ifndef GTK_DISABLE_DEPRECATED -void gtk_status_icon_set_tooltip (GtkStatusIcon *status_icon, - const gchar *tooltip_text); -#endif void gtk_status_icon_set_has_tooltip (GtkStatusIcon *status_icon, gboolean has_tooltip); void gtk_status_icon_set_tooltip_text (GtkStatusIcon *status_icon, |