aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-01-07 14:22:17 -0600
committerTed Gould <ted@gould.cx>2011-01-07 14:22:17 -0600
commitd75fce1892ce55c7fd50049cd592b1825228e7e8 (patch)
treefe6a2df57ff25e520d9657e824069978da1d1f22
parent46078343dadc841c52ece2f9afdc9a22f9f152ab (diff)
downloadlibayatana-indicator-d75fce1892ce55c7fd50049cd592b1825228e7e8.tar.gz
libayatana-indicator-d75fce1892ce55c7fd50049cd592b1825228e7e8.tar.bz2
libayatana-indicator-d75fce1892ce55c7fd50049cd592b1825228e7e8.zip
Removing unused prototypes
-rw-r--r--libindicator/indicator-service.c3
1 files changed, 0 insertions, 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 */
/**