[f-spot] Removed gnome-vfs from CDExport by dropping unused code



commit ee60b8068cbba14598c4c6f7a069b6f0c47e7aca
Author: Lorenzo Milesi <maxxer yetopen it>
Date:   Sun Aug 9 01:03:19 2009 +0200

    Removed gnome-vfs from CDExport by dropping unused code
    
    Part of bgo #590832.

 extensions/Exporters/CDExport/CDExport.addin.xml |    2 +-
 extensions/Exporters/CDExport/CDExport.cs        |   19 -------------------
 extensions/Exporters/CDExport/Makefile.am        |    1 -
 3 files changed, 1 insertions(+), 21 deletions(-)
---
diff --git a/extensions/Exporters/CDExport/CDExport.addin.xml b/extensions/Exporters/CDExport/CDExport.addin.xml
index c27b4aa..4feba36 100644
--- a/extensions/Exporters/CDExport/CDExport.addin.xml
+++ b/extensions/Exporters/CDExport/CDExport.addin.xml
@@ -1,5 +1,5 @@
 <Addin namespace="FSpot"
-	version="0.6.0.2"
+	version="0.6.0.3"
 	name="CD Export"
 	description="This extension allows you to burn your photos to CD."
 	author="F-Spot team"
diff --git a/extensions/Exporters/CDExport/CDExport.cs b/extensions/Exporters/CDExport/CDExport.cs
index e9520e0..2229dcc 100644
--- a/extensions/Exporters/CDExport/CDExport.cs
+++ b/extensions/Exporters/CDExport/CDExport.cs
@@ -267,24 +267,5 @@ namespace FSpotCDExport {
 
 		}
 
-		private void HandleMsg (Gnome.Vfs.ModuleCallback cb)
-		{
-			Gnome.Vfs.ModuleCallbackStatusMessage msg = cb as Gnome.Vfs.ModuleCallbackStatusMessage;
-			FSpot.Utils.Log.Debug ("CDExport: " + msg.Message);
-		}
-
-		private void HandleAuth (Gnome.Vfs.ModuleCallback cb)
-		{
-			Gnome.Vfs.ModuleCallbackFullAuthentication fcb = cb as Gnome.Vfs.ModuleCallbackFullAuthentication;
-			System.Console.Write ("Enter your username ({0}): ", fcb.Username);
-			string username = System.Console.ReadLine ();
-			System.Console.Write ("Enter your password : ");
-			string passwd = System.Console.ReadLine ();
-
-			if (username.Length > 0)
-				fcb.Username = username;
-			fcb.Password = passwd;
-		}
-
 	}
 }
diff --git a/extensions/Exporters/CDExport/Makefile.am b/extensions/Exporters/CDExport/Makefile.am
index 8f96fdd..6bd4fb4 100644
--- a/extensions/Exporters/CDExport/Makefile.am
+++ b/extensions/Exporters/CDExport/Makefile.am
@@ -21,7 +21,6 @@ REFS =					\
 	-r:Mono.Posix
 
 PKGS =					\
-	-pkg:gnome-vfs-sharp-2.0	\
 	-pkg:gtk-sharp-2.0
 
 RESOURCES =				\



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