[f-spot] [Cleaning] Remove a pile of unused code.



commit 0a033167043cd2cc1639e23db43cee2d7f3f2672
Author: Ruben Vermeersch <ruben savanne be>
Date:   Fri Jun 11 21:23:06 2010 +0200

    [Cleaning] Remove a pile of unused code.

 src/UI.Dialog/EditTagDialog.cs     |    2 --
 src/UI.Dialog/EditTagIconDialog.cs |    5 -----
 2 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/UI.Dialog/EditTagDialog.cs b/src/UI.Dialog/EditTagDialog.cs
index 2f28407..06db020 100644
--- a/src/UI.Dialog/EditTagDialog.cs
+++ b/src/UI.Dialog/EditTagDialog.cs
@@ -24,10 +24,8 @@ namespace FSpot.UI.Dialog
 
 		[GtkBeans.Builder.Object] Button ok_button;
 		[GtkBeans.Builder.Object] Entry tag_name_entry;
-		[GtkBeans.Builder.Object] Label prompt_label;
 		[GtkBeans.Builder.Object] Label already_in_use_label;
 		[GtkBeans.Builder.Object] Gtk.Image icon_image;
-		[GtkBeans.Builder.Object] Button icon_button;
 		[GtkBeans.Builder.Object] OptionMenu category_option_menu;
 
 
diff --git a/src/UI.Dialog/EditTagIconDialog.cs b/src/UI.Dialog/EditTagIconDialog.cs
index ff585be..d454257 100644
--- a/src/UI.Dialog/EditTagIconDialog.cs
+++ b/src/UI.Dialog/EditTagIconDialog.cs
@@ -21,7 +21,6 @@ using Hyena;
 namespace FSpot.UI.Dialog
 {
 	public class EditTagIconDialog : BuilderDialog {
-		Db db;
 		FSpot.PhotoQuery query;
 		PhotoImageView image_view;
 		Gtk.IconView icon_view;
@@ -34,15 +33,11 @@ namespace FSpot.UI.Dialog
 		[GtkBeans.Builder.Object] ScrolledWindow icon_scrolled_window;
 		[GtkBeans.Builder.Object] Label photo_label;
 		[GtkBeans.Builder.Object] Label from_photo_label;
-		[GtkBeans.Builder.Object] Label from_external_photo_label;
-		[GtkBeans.Builder.Object] private Label predefined_icon_label;
 		[GtkBeans.Builder.Object] SpinButton photo_spin_button;
 		[GtkBeans.Builder.Object] HBox external_photo_chooser_hbox;
-		[GtkBeans.Builder.Object] Button noicon_button;
 		
 		public EditTagIconDialog (Db db, Tag t, Gtk.Window parent_window) : base ("EditTagIconDialog.ui", "edit_tag_icon_dialog")
 		{
-			this.db = db;
 			TransientFor = parent_window;
 			Title = String.Format (Catalog.GetString ("Edit Icon for Tag {0}"), t.Name);
 



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