diff options
| author | Ted Gould <ted@canonical.com> | 2009-03-09 17:02:47 +0200 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-03-09 17:02:47 +0200 |
| commit | c1663bcfddcb90cb434a7bef06ac3d25ae35c675 (patch) | |
| tree | 39aa4b9bb3b0fda7ea2e1e2e2ad464b1b0fc0308 | |
| parent | a2af5af1343cbe97df47c51f7583c76c57e15d86 (diff) | |
| download | libayatana-indicator-c1663bcfddcb90cb434a7bef06ac3d25ae35c675.tar.gz libayatana-indicator-c1663bcfddcb90cb434a7bef06ac3d25ae35c675.tar.bz2 libayatana-indicator-c1663bcfddcb90cb434a7bef06ac3d25ae35c675.zip | |
Fix doubling of prototypes, patch from Eitan
| -rw-r--r-- | libindicate/indicator.h | 3 |
1 files changed, 0 insertions, 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); |
