[f-spot] Delete some unused code.



commit 6e64299db5b8c11e6bb359dd4314b011442c04bb
Author: Ruben Vermeersch <ruben savanne be>
Date:   Tue Aug 11 17:25:43 2009 +0200

    Delete some unused code.

 src/MainWindow.cs |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/src/MainWindow.cs b/src/MainWindow.cs
index 10c9048..af34b46 100644
--- a/src/MainWindow.cs
+++ b/src/MainWindow.cs
@@ -1714,21 +1714,6 @@ public class MainWindow {
 //		}
 	}
 
-	void HandlePropertiesCommand (object obje, EventArgs args)
-	{
-		Photo [] photos = SelectedPhotos ();
-		
-	        long length = 0;
-
-		foreach (Photo p in photos) {
-			System.IO.FileInfo fi = new System.IO.FileInfo (p.DefaultVersionUri.LocalPath);
-
-			length += fi.Length;
-		}
-
-		Console.WriteLine ("{0} Selected Photos : Total length = {1} - {2}kB - {3}MB", photos.Length, length, length / 1024, length / (1024 * 1024));
-	}
-		
 	void HandleRenameVersionCommand (object obj, EventArgs args)
 	{
 		PhotoVersionCommands.Rename cmd = new PhotoVersionCommands.Rename ();



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