diff options
Diffstat (limited to 'libgnomecanvas/gnome-canvas-text.h')
-rw-r--r-- | libgnomecanvas/gnome-canvas-text.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libgnomecanvas/gnome-canvas-text.h b/libgnomecanvas/gnome-canvas-text.h index 49c54bbca0..aebad84013 100644 --- a/libgnomecanvas/gnome-canvas-text.h +++ b/libgnomecanvas/gnome-canvas-text.h @@ -111,11 +111,8 @@ struct _GnomeCanvasText { gdouble scale; gchar *text; /* Text to display */ - GdkGC *gc; /* GC for drawing text */ PangoLayout *layout; /* The PangoLayout containing the text */ - gulong pixel; /* Fill color */ - gdouble x, y; /* Position at anchor */ gdouble clip_width; /* Width of optional clip rectangle */ |