[banshee] CollectionIndexer: remove unneeded namespaces
- From: Andrés Aragoneses <aaragoneses src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] CollectionIndexer: remove unneeded namespaces
- Date: Wed, 18 Sep 2013 16:36:00 +0000 (UTC)
commit 53c1f53ee4db75a4c5fb67b93b21cc1f1bc173c6
Author: Andrés G. Aragoneses <knocte gmail com>
Date: Wed Sep 18 18:35:18 2013 +0200
CollectionIndexer: remove unneeded namespaces
No change of behaviour in this commit.
.../CollectionIndexerService.cs | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Collection.Indexer/CollectionIndexerService.cs
b/src/Core/Banshee.Services/Banshee.Collection.Indexer/CollectionIndexerService.cs
index a406038..2bda43d 100644
--- a/src/Core/Banshee.Services/Banshee.Collection.Indexer/CollectionIndexerService.cs
+++ b/src/Core/Banshee.Services/Banshee.Collection.Indexer/CollectionIndexerService.cs
@@ -31,9 +31,6 @@ using System.Collections.Generic;
using DBus;
-using Hyena.Query;
-using Hyena.Data.Sqlite;
-
using Banshee.Library;
using Banshee.Sources;
using Banshee.ServiceStack;
@@ -161,7 +158,7 @@ namespace Banshee.Collection.Indexer
List<string> fields = new List<string> ();
foreach (KeyValuePair<string, System.Reflection.PropertyInfo> field in
TrackInfo.GetExportableProperties (
- typeof (Banshee.Collection.Database.DatabaseTrackInfo))) {
+ typeof (DatabaseTrackInfo))) {
fields.Add (field.Key);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]