[banshee] Configuration: remove obsolete LibrarySchema.Location SchemaEntry
- From: AndrÃs Aragoneses <aaragoneses src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] Configuration: remove obsolete LibrarySchema.Location SchemaEntry
- Date: Sun, 18 Dec 2011 14:27:12 +0000 (UTC)
commit 8b5c1cd6ae685f2beb4cde15124cbcca80c1d3a8
Author: Andres G. Aragoneses <knocte gmail com>
Date: Sun Dec 18 14:24:56 2011 +0000
Configuration: remove obsolete LibrarySchema.Location SchemaEntry
It was already marked as "deprecated" and not used in code
(indeed there is the same old schema in LibrarySource class,
but used only for a migration) so this is indeed duplicated.
.../Banshee.Library/LibrarySchema.cs | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Library/LibrarySchema.cs b/src/Core/Banshee.Services/Banshee.Library/LibrarySchema.cs
index 55909c7..c2b29cd 100644
--- a/src/Core/Banshee.Services/Banshee.Library/LibrarySchema.cs
+++ b/src/Core/Banshee.Services/Banshee.Library/LibrarySchema.cs
@@ -34,9 +34,6 @@ namespace Banshee.Configuration.Schema
{
public static class LibrarySchema
{
- // Deprecated, don't use in new code
- internal static readonly SchemaEntry<string> Location = new SchemaEntry<string> ("library", "base_location", null, null, null);
-
public static readonly SchemaEntry<string> FolderPattern = new SchemaEntry<string>(
"library", "folder_pattern",
"%album_artist%%path_sep%%album%",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]