From 35fc4eda52204e614d3f7f181815f8ff4399e396 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 8 Oct 2010 16:18:25 +0200 Subject: gnome-canvas: Remove stipple properties from GnomeCanvasText --- libgnomecanvas/gnome-canvas-text.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libgnomecanvas/gnome-canvas-text.h') diff --git a/libgnomecanvas/gnome-canvas-text.h b/libgnomecanvas/gnome-canvas-text.h index 0d754dab4b..e42e174a30 100644 --- a/libgnomecanvas/gnome-canvas-text.h +++ b/libgnomecanvas/gnome-canvas-text.h @@ -88,7 +88,6 @@ G_BEGIN_DECLS * fill_color string W X color specification for text * fill_color_gdk GdkColor* RW Pointer to an allocated GdkColor * fill_color_rgba guint RW RGBA value used for AA color. - * fill_stipple GdkBitmap* RW Stipple pattern for filling the text */ #define GNOME_TYPE_CANVAS_TEXT (gnome_canvas_text_get_type ()) @@ -114,7 +113,6 @@ struct _GnomeCanvasText { gdouble scale; gchar *text; /* Text to display */ - GdkBitmap *stipple; /* Stipple for text */ GdkGC *gc; /* GC for drawing text */ PangoLayout *layout; /* The PangoLayout containing the text */ -- cgit v1.2.3