From e3a0b5a84b1da2dd632972dccb0dad35859d5957 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 21 Jul 2009 10:42:36 -0500 Subject: Oops, we shouldn't have a prototype for a function that doesn't exist. Thanks to Aurilien. --- libindicate/server.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libindicate/server.h') 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); -- cgit v1.2.3