[tracker] tracker-store: Remove unused push plugin support
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] tracker-store: Remove unused push plugin support
- Date: Fri, 13 Aug 2010 15:36:35 +0000 (UTC)
commit 26b2fe38e0a49f9bd89b5b20d4bff2d71200f140
Author: Jürg Billeter <j bitron ch>
Date: Fri Aug 13 17:35:25 2010 +0200
tracker-store: Remove unused push plugin support
src/tracker-store/Makefile.am | 4 -
src/tracker-store/tracker-main.c | 4 -
src/tracker-store/tracker-push-registrar.c | 336 --------------------------
src/tracker-store/tracker-push-registrar.h | 81 -------
src/tracker-store/tracker-push.c | 354 ----------------------------
src/tracker-store/tracker-push.h | 33 ---
6 files changed, 0 insertions(+), 812 deletions(-)
---
diff --git a/src/tracker-store/Makefile.am b/src/tracker-store/Makefile.am
index e1330e4..33e94e5 100644
--- a/src/tracker-store/Makefile.am
+++ b/src/tracker-store/Makefile.am
@@ -41,10 +41,6 @@ tracker_store_SOURCES = \
tracker-main.c \
tracker-resources.c \
tracker-resources.h \
- tracker-push.c \
- tracker-push.h \
- tracker-push-registrar.c \
- tracker-push-registrar.h \
tracker-resource-class.c \
tracker-resource-class.h \
tracker-statistics.c \
diff --git a/src/tracker-store/tracker-main.c b/src/tracker-store/tracker-main.c
index 224f911..c4fd5d1 100644
--- a/src/tracker-store/tracker-main.c
+++ b/src/tracker-store/tracker-main.c
@@ -53,7 +53,6 @@
#include "tracker-config.h"
#include "tracker-events.h"
#include "tracker-writeback.h"
-#include "tracker-push.h"
#include "tracker-backup.h"
#include "tracker-store.h"
#include "tracker-statistics.h"
@@ -500,8 +499,6 @@ main (gint argc, gchar *argv[])
tracker_events_init (get_notifiable_classes);
tracker_writeback_init (get_writeback_predicates);
- tracker_push_init ();
-
tracker_store_set_active (TRUE);
g_message ("Waiting for D-Bus requests...");
@@ -530,7 +527,6 @@ main (gint argc, gchar *argv[])
shutdown_directories ();
/* Shutdown major subsystems */
- tracker_push_shutdown ();
tracker_writeback_shutdown ();
tracker_events_shutdown ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]