[f-spot] remove unused stuff
- From: Stephane Delcroix <sdelcroix src gnome org>
- To: svn-commits-list gnome org
- Subject: [f-spot] remove unused stuff
- Date: Sat, 4 Jul 2009 13:17:18 +0000 (UTC)
commit 7c686269e23be685bb3bd38eff1aceb88433a8da
Author: Stephane Delcroix <stephane delcroix org>
Date: Sat Jul 4 14:41:17 2009 +0200
remove unused stuff
src/MainWindow.cs | 24 ------------------------
1 files changed, 0 insertions(+), 24 deletions(-)
---
diff --git a/src/MainWindow.cs b/src/MainWindow.cs
index 82cbf08..5723385 100644
--- a/src/MainWindow.cs
+++ b/src/MainWindow.cs
@@ -1564,30 +1564,6 @@ public class MainWindow {
{
Mono.Addins.Gui.AddinManagerWindow.Run (main_window);
}
-
- void HandleViewDirectory (object sender, EventArgs args)
- {
- Gtk.Window win = new Gtk.Window ("Directory View");
- FSpot.Widgets.IconView view = new FSpot.Widgets.IconView (new FSpot.DirectoryCollection (System.IO.Directory.GetCurrentDirectory ()));
- new FSpot.PreviewPopup (view);
-
- view.DisplayTags = false;
-
- Gtk.ScrolledWindow scrolled = new ScrolledWindow ();
- win.Add (scrolled);
- scrolled.Add (view);
- win.ShowAll ();
- }
-
- void HandleViewSelection (object sender, EventArgs args)
- {
- Gtk.Window win = new Gtk.Window ("This is a window");
- Gtk.ScrolledWindow scroll = new Gtk.ScrolledWindow ();
-
- win.Add (scroll);
- scroll.Add (new TrayView (icon_view.Selection));
- win.ShowAll ();
- }
private void TestDisplay ()
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]