[tracker/miner-fs-refactor: 47/110] libtracker-miner: Remove unused filesystem property
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/miner-fs-refactor: 47/110] libtracker-miner: Remove unused filesystem property
- Date: Wed, 2 Nov 2011 12:31:58 +0000 (UTC)
commit f2f46350b773e811338d0479cf8a8269f9eb08c0
Author: Carlos Garnacho <carlos lanedo com>
Date: Fri Sep 30 11:57:58 2011 +0200
libtracker-miner: Remove unused filesystem property
src/libtracker-miner/tracker-file-notifier.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/libtracker-miner/tracker-file-notifier.c b/src/libtracker-miner/tracker-file-notifier.c
index 84321c9..5bc74ef 100644
--- a/src/libtracker-miner/tracker-file-notifier.c
+++ b/src/libtracker-miner/tracker-file-notifier.c
@@ -33,7 +33,6 @@ static GQuark quark_property_queried = 0;
static GQuark quark_property_iri = 0;
static GQuark quark_property_store_mtime = 0;
static GQuark quark_property_filesystem_mtime = 0;
-static GQuark quark_property_file_info = 0;
enum {
PROP_0,
@@ -963,7 +962,6 @@ tracker_file_notifier_class_init (TrackerFileNotifierClass *klass)
quark_property_iri = g_quark_from_static_string ("tracker-property-iri");
quark_property_store_mtime = g_quark_from_static_string ("tracker-property-store-mtime");
quark_property_filesystem_mtime = g_quark_from_static_string ("tracker-property-filesystem-mtime");
- quark_property_file_info = g_quark_from_static_string ("tracker-property-file-info");
}
static void
@@ -1006,11 +1004,6 @@ tracker_file_notifier_init (TrackerFileNotifier *notifier)
quark_property_filesystem_mtime,
g_free);
- /* GFileInfo */
- tracker_file_system_register_property (priv->file_system,
- quark_property_file_info,
- g_object_unref);
-
priv->timer = g_timer_new ();
priv->stopped = TRUE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]