summaryrefslogtreecommitdiff
path: root/gtk/gtktexttag.h
diff options
context:
space:
mode:
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;