From d75fce1892ce55c7fd50049cd592b1825228e7e8 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 7 Jan 2011 14:22:17 -0600 Subject: Removing unused prototypes --- libindicator/indicator-service.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libindicator/indicator-service.c b/libindicator/indicator-service.c index 2864e05..c58416e 100644 --- a/libindicator/indicator-service.c +++ b/libindicator/indicator-service.c @@ -34,9 +34,6 @@ License along with this library. If not, see static void unwatch_core (IndicatorService * service, const gchar * name); static void proxy_destroyed (GObject * proxy, gpointer user_data); static gboolean watchers_remove (gpointer key, gpointer value, gpointer user_data); -/* DBus Prototypes */ -static gboolean _indicator_service_server_watch (IndicatorService * service, DBusGMethodInvocation * method); -static gboolean _indicator_service_server_un_watch (IndicatorService * service, DBusGMethodInvocation * method); /* Private Stuff */ /** -- cgit v1.2.3