diff options
author | Ted Gould <ted@gould.cx> | 2011-01-07 14:22:17 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-07 14:22:17 -0600 |
commit | d75fce1892ce55c7fd50049cd592b1825228e7e8 (patch) | |
tree | fe6a2df57ff25e520d9657e824069978da1d1f22 /libindicator | |
parent | 46078343dadc841c52ece2f9afdc9a22f9f152ab (diff) | |
download | libayatana-indicator-d75fce1892ce55c7fd50049cd592b1825228e7e8.tar.gz libayatana-indicator-d75fce1892ce55c7fd50049cd592b1825228e7e8.tar.bz2 libayatana-indicator-d75fce1892ce55c7fd50049cd592b1825228e7e8.zip |
Removing unused prototypes
Diffstat (limited to 'libindicator')
-rw-r--r-- | libindicator/indicator-service.c | 3 |
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 */ /** |