diff options
author | Ted Gould <ted@canonical.com> | 2009-07-21 10:42:36 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-07-21 10:42:36 -0500 |
commit | e3a0b5a84b1da2dd632972dccb0dad35859d5957 (patch) | |
tree | 14ac77c6da480b01208bced3ba2b6df9d0aea715 | |
parent | 049947b2aa60e364abf41c10200541b5b629b927 (diff) | |
download | libayatana-indicator-e3a0b5a84b1da2dd632972dccb0dad35859d5957.tar.gz libayatana-indicator-e3a0b5a84b1da2dd632972dccb0dad35859d5957.tar.bz2 libayatana-indicator-e3a0b5a84b1da2dd632972dccb0dad35859d5957.zip |
Oops, we shouldn't have a prototype for a function that doesn't exist. Thanks to Aurilien.
-rw-r--r-- | libindicate/server.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libindicate/server.h b/libindicate/server.h index 2a300e2..ef938c3 100644 --- a/libindicate/server.h +++ b/libindicate/server.h @@ -151,9 +151,6 @@ struct _IndicateServerClass { GType indicate_server_get_type (void) G_GNUC_CONST; -/* Create a new server */ -IndicateServer * indicate_server_new (void); - /* Sets the object. By default this is /org/freedesktop/indicators */ void indicate_server_set_dbus_object (const gchar * obj); |