[f-spot] Remove unused method



commit f560c41d6c4694f0460ab9cbc87b765a9d6e962c
Author: Paul Wellner Bou <paul purecodes org>
Date:   Thu May 20 13:15:25 2010 +0200

    Remove unused method
    
    https://bugzilla.gnome.org/show_bug.cgi?id=619171

 src/ImportCommand.cs |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/ImportCommand.cs b/src/ImportCommand.cs
index dfc65ad..7511d4d 100644
--- a/src/ImportCommand.cs
+++ b/src/ImportCommand.cs
@@ -492,14 +492,6 @@ public class ImportCommand : GladeDialog
 		Preferences.Set(Preferences.IMPORT_CHECK_DUPLICATES, duplicate_check.Active);
 	}
 	
-	public void HandleImportBrowse (object o, EventArgs args) 
-	{
-		Uri uri = ChooseUri ();
-		if (uri != null) {
-			ImportUri = uri;
-		}
-	}
-	
 	public Uri ChooseUri ()
 	{
 		Uri uri = null;



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