[banshee] Dap: remove reserved strings



commit 076f412eceab4f19edea74d5ec8f2b8652548d5c
Author: Andres G. Aragoneses <knocte gmail com>
Date:   Fri Jan 20 00:48:22 2012 +0000

    Dap: remove reserved strings
    
    These reserved strings were for a previous
    string freeze and come from a patch that
    has been marked as needs-work for now.

 src/Dap/Banshee.Dap/Banshee.Dap/DapLibrarySync.cs |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap/Banshee.Dap/DapLibrarySync.cs b/src/Dap/Banshee.Dap/Banshee.Dap/DapLibrarySync.cs
index 482659d..6d6661d 100644
--- a/src/Dap/Banshee.Dap/Banshee.Dap/DapLibrarySync.cs
+++ b/src/Dap/Banshee.Dap/Banshee.Dap/DapLibrarySync.cs
@@ -253,13 +253,6 @@ namespace Banshee.Dap
             }
         }
 
-        // Reserve strings in preparation for the forthcoming string freeze.
-        public void ReservedStrings ()
-        {
-            // Note to translators: {0}, {1} and {2} will be replaced with numbers.
-            Catalog.GetString ("{0} to add, {1} to remove, {2} to update");
-        }
-
         internal class PossibleUserErrorException : ApplicationException {
 
             internal int TracksToRemove { get; private set; }



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