[atomix/wip/gtk3-port] Removed historical comment



commit 6e1c0669517f3734a99068505c9d0fb28de80abb
Author: Robert Roth <robert roth off gmail com>
Date:   Sun Jan 11 10:05:50 2015 +0200

    Removed historical comment

 src/goal-view.c |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/src/goal-view.c b/src/goal-view.c
index 9798b28..5d780ed 100644
--- a/src/goal-view.c
+++ b/src/goal-view.c
@@ -128,18 +128,6 @@ static GtkImage *create_small_item (gdouble x, gdouble y, Tile *tile)
   gtk_widget_show (item);
   gtk_fixed_put (goal_fixed, item, x, y);
 
-//  item = gnome_canvas_item_new (group,
-//                             gnome_canvas_pixbuf_get_type (),
-//                             "pixbuf", small_pb,
-//                             "x", x,
-//                             "x_in_pixels", TRUE,
-//                             "y", y,
-//                             "y_in_pixels", TRUE,
-//                             "width",
-//                             (gdouble) (gdk_pixbuf_get_width (small_pb)),
-//                             "height",
-//                             (gdouble) (gdk_pixbuf_get_height (small_pb)),
-//                             "anchor", GTK_ANCHOR_NW, NULL);
   g_object_unref (pixbuf);
 
   return GTK_IMAGE (item);


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