summaryrefslogtreecommitdiff
path: root/gtk/gtktexttag.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-07-21 03:16:47 +0200
committerBenjamin Otte <otte@redhat.com>2010-08-10 21:02:28 +0200
commit9f1939cbd5aa8fb9ee98e5400780194c9bbb25cf (patch)
treedfeabe9b93dce21e019d628407a4eb3d8d9914ae /gtk/gtktexttag.h
parent4729460a4fa3e0393223aec8bedd675ba1d4afa5 (diff)
downloadgtk+-9f1939cbd5aa8fb9ee98e5400780194c9bbb25cf.tar.gz
API: Remove GtkTextTag's stipple properties
They seem pretty much unused and the only reason why GtkTextView uses a GdkPangoRenderer and not a PangoCairoRenderer.
Diffstat (limited to 'gtk/gtktexttag.h')
-rw-r--r--gtk/gtktexttag.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtktexttag.h b/gtk/gtktexttag.h
index 39c9f73d92..fd74270138 100644
--- a/gtk/gtktexttag.h
+++ b/gtk/gtktexttag.h
@@ -109,10 +109,8 @@ struct _GtkTextTag
* this tag does not affect it.
*/
guint GSEAL (bg_color_set) : 1;
- guint GSEAL (bg_stipple_set) : 1;
guint GSEAL (fg_color_set) : 1;
guint GSEAL (scale_set) : 1;
- guint GSEAL (fg_stipple_set) : 1;
guint GSEAL (justification_set) : 1;
guint GSEAL (left_margin_set) : 1;
guint GSEAL (indent_set) : 1;
@@ -174,8 +172,6 @@ struct _GtkTextAppearance
/*< public >*/
GdkColor bg_color;
GdkColor fg_color;
- GdkBitmap *bg_stipple;
- GdkBitmap *fg_stipple;
/* super/subscript rise, can be negative */
gint rise;