From c1663bcfddcb90cb434a7bef06ac3d25ae35c675 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 9 Mar 2009 17:02:47 +0200 Subject: Fix doubling of prototypes, patch from Eitan --- libindicate/indicator.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libindicate/indicator.h b/libindicate/indicator.h index 5faea3c..8af5568 100644 --- a/libindicate/indicator.h +++ b/libindicate/indicator.h @@ -78,9 +78,6 @@ GType indicate_indicator_get_type(void) G_GNUC_CONST; IndicateIndicator * indicate_indicator_new (void); -/* Should these just be GObject properties? */ -void indicate_indicator_set_property (IndicateIndicator * indicator, const gchar * property_name, const gchar * property_value); - /* Show and hide this indicator */ void indicate_indicator_show (IndicateIndicator * indicator); void indicate_indicator_hide (IndicateIndicator * indicator); -- cgit v1.2.3