From 08ddea5069ddfd0e477c40304484b59d444b46f3 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Sat, 4 Sep 2010 13:18:09 +0200 Subject: [PATCH] GtkStatusIcon: Remove get/set_blinking() declarations from header. This was apparently forgotten in commit 18b47b6cd03f0f6da777ad3a5e2795cbf458b804 . --- gtk/gtkstatusicon.h | 4 ---- 1 file changed, 4 deletions(-) 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, -- 2.43.2