From 5d812173d0e4e12a74bce2ee137d04b0e56db827 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 25 Oct 2010 10:36:27 -0400 Subject: Drop usage of GtkAnchorType. gtk+-3.0 removed it for being "unused". --- libgnomecanvas/gnome-canvas-widget.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libgnomecanvas/gnome-canvas-widget.h') diff --git a/libgnomecanvas/gnome-canvas-widget.h b/libgnomecanvas/gnome-canvas-widget.h index 62000299b1..f96a52ea92 100644 --- a/libgnomecanvas/gnome-canvas-widget.h +++ b/libgnomecanvas/gnome-canvas-widget.h @@ -48,7 +48,6 @@ G_BEGIN_DECLS * y gdouble RW Y coordinate of anchor point * width gdouble RW Width of widget (see below) * height gdouble RW Height of widget (see below) - * anchor GtkAnchorType RW Anchor side for widget * size_pixels boolean RW Specifies whether the widget size * is specified in pixels or canvas units. * If it is in pixels, then the widget will not @@ -73,7 +72,6 @@ struct _GnomeCanvasWidget { gdouble x, y; /* Position at anchor */ gdouble width, height; /* Dimensions of widget */ - GtkAnchorType anchor; /* Anchor side for widget */ gint cx, cy; /* Top-left canvas coordinates for widget */ gint cwidth, cheight; /* Size of widget in pixels */ -- cgit v1.2.3