[tracker/urho-sync] Code cleanup



commit 0016d9d9a0811abb9a098b49da64db6c1febee86
Author: Philip Van Hoof <philip codeminded be>
Date:   Mon Aug 24 12:39:22 2009 +0200

    Code cleanup

 src/tracker-store/tracker-store.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/tracker-store/tracker-store.c b/src/tracker-store/tracker-store.c
index d63ee64..0487487 100644
--- a/src/tracker-store/tracker-store.c
+++ b/src/tracker-store/tracker-store.c
@@ -39,7 +39,6 @@
 #include "tracker-store.h"
 
 #define TRACKER_STORE_TRANSACTION_MAX			4000		/* At commit is journal fsynced too */
-#define TRACKER_STORE_TRANSACTION_MAX			4000		/* At commit is journal fsynced too */
 #define TRACKER_STORE_JOURNAL_TIMEOUT_BEFORE_BACKUP	(60 * 60 * 2)	/* Two hours before backup */
 
 typedef struct {
@@ -76,8 +75,6 @@ typedef struct {
 
 static GStaticPrivate private_key = G_STATIC_PRIVATE_INIT;
 
-static void on_backup_done (GError *error, gpointer user_data);
-
 static void
 private_free (gpointer data)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]