[f-spot] nuke the old InfoDisplay



commit ad262e936c24fb2e4be76f9ad8f855b863264e34
Author: Stephane Delcroix <stephane delcroix org>
Date:   Tue Jun 16 10:49:59 2009 +0200

    nuke the old InfoDisplay

 src/InfoDisplay.cs |  406 ----------------------------------------------------
 src/MainWindow.cs  |    6 -
 2 files changed, 0 insertions(+), 412 deletions(-)
---
diff --git a/src/MainWindow.cs b/src/MainWindow.cs
index b65d2a5..7321ec4 100644
--- a/src/MainWindow.cs
+++ b/src/MainWindow.cs
@@ -1731,12 +1731,6 @@ public class MainWindow {
 		print.Run (PrintOperationAction.PrintDialog, null);
 	}
 
-	private Gtk.Dialog info_display_window;
-	public void HandleInfoDisplayDestroy (object sender, EventArgs args)
-	{
-		info_display_window = null;
-	}
-
 	public void HandlePreferences (object sender, EventArgs args)
 	{
 		PreferenceDialog.Show ();



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