[banshee/gsettings: 6/7] LibrarySource: Remove a TODO comment



commit ed4cf4bf1c00f721f4ebbfb0bcdb9b3a02cb650d
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sat Oct 12 23:13:30 2013 +0200

    LibrarySource: Remove a TODO comment
    
    We're keeping the old preferences definitions, so that the migration
    path can still potentially work.

 .../Banshee.Library/LibrarySource.cs               |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs 
b/src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs
index 9516605..835f099 100644
--- a/src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs
+++ b/src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs
@@ -49,7 +49,6 @@ namespace Banshee.Library
     public abstract class LibrarySource : PrimarySource
     {
         // Deprecated, don't use in new code
-        // TODO: remove before GConf->GSettings migration?
         internal static readonly Banshee.Configuration.SchemaEntry<string> OldLocationSchema = new 
Banshee.Configuration.SchemaEntry<string> ("library", "base_location", null, null, null);
         internal static readonly Banshee.Configuration.SchemaEntry<bool> OldImportSetting = new 
Banshee.Configuration.SchemaEntry<bool> ("library", "copy_on_import", false, null, null);
         internal static readonly Banshee.Configuration.SchemaEntry<bool> OldRenameSetting = new 
Banshee.Configuration.SchemaEntry<bool> ("library", "move_on_info_save", false, null, null);


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