From: Murray Cumming Date: Sat, 4 Sep 2010 11:18:09 +0000 (+0200) Subject: GtkStatusIcon: Remove get/set_blinking() declarations from header. X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=08ddea5069ddfd0e477c40304484b59d444b46f3;p=~andy%2Fgtk GtkStatusIcon: Remove get/set_blinking() declarations from header. This was apparently forgotten in commit 18b47b6cd03f0f6da777ad3a5e2795cbf458b804 . --- diff --git a/gtk/gtkstatusicon.h b/gtk/gtkstatusicon.h index 98d79e58a..6d93d2aca 100644 --- a/gtk/gtkstatusicon.h +++ b/gtk/gtkstatusicon.h @@ -125,10 +125,6 @@ void gtk_status_icon_set_visible (GtkStatusIcon *st gboolean visible); gboolean gtk_status_icon_get_visible (GtkStatusIcon *status_icon); -void gtk_status_icon_set_blinking (GtkStatusIcon *status_icon, - gboolean blinking); -gboolean gtk_status_icon_get_blinking (GtkStatusIcon *status_icon); - gboolean gtk_status_icon_is_embedded (GtkStatusIcon *status_icon); void gtk_status_icon_position_menu (GtkMenu *menu,