[banshee] [ThickClient] Fix build, remove unused private method



commit c64a8a1fff7752903de6633fb8386986031cb82a
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Fri May 14 16:05:24 2010 -0700

    [ThickClient] Fix build, remove unused private method

 .../Banshee.Library.Gui/ImportDialog.cs            |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Library.Gui/ImportDialog.cs b/src/Core/Banshee.ThickClient/Banshee.Library.Gui/ImportDialog.cs
index 93c6bd3..0de0d6d 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Library.Gui/ImportDialog.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Library.Gui/ImportDialog.cs
@@ -274,9 +274,9 @@ namespace Banshee.Library.Gui
             set { do_not_show_check_button.Visible = value; }
         }
 
-        private bool DoNotShowAgain {
+        /*private bool DoNotShowAgain {
             get { return do_not_show_check_button.Active; }
-        }
+        }*/
 
         public IImportSource ActiveSource {
             get {



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