[f-spot] drop that field too
- From: Stephane Delcroix <sdelcroix src gnome org>
- To: svn-commits-list gnome org
- Subject: [f-spot] drop that field too
- Date: Mon, 13 Jul 2009 08:35:08 +0000 (UTC)
commit b02b410a336884d63302867819849d10049368b5
Author: Stephane Delcroix <stephane delcroix org>
Date: Mon Jul 13 09:42:20 2009 +0200
drop that field too
src/Widgets/ImageView.cs | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/src/Widgets/ImageView.cs b/src/Widgets/ImageView.cs
index 2804cc9..ed98a2f 100644
--- a/src/Widgets/ImageView.cs
+++ b/src/Widgets/ImageView.cs
@@ -87,9 +87,7 @@ namespace FSpot.Widgets
PointerMode pointer_mode = PointerMode.Select;
public PointerMode PointerMode {
get { return pointer_mode; }
- set {
- pointer_mode = value;
- }
+ set { pointer_mode = value; }
}
Adjustment hadjustment;
@@ -303,8 +301,6 @@ namespace FSpot.Widgets
return win;
}
-
-
#endregion
#region container
@@ -337,7 +333,6 @@ namespace FSpot.Widgets
#endregion
#region GtkWidgetry
- Gdk.GC selection_gc;
protected override void OnRealized ()
{
SetFlag (Gtk.WidgetFlags.Realized);
@@ -630,8 +625,8 @@ namespace FSpot.Widgets
return handled || base.OnKeyPressEvent (evnt);
}
-
#endregion
+
#region private painting, zooming and misc
int XOffset { get; set;}
int YOffset { get; set;}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]