aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text/e-text.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-10-09 08:50:57 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-30 01:49:58 +0800
commitbfe391f216b7f3669af9d6e6250394b01acd5ea2 (patch)
tree60e397b78abacf4582db8f3d1df9aed9b6cb6889 /widgets/text/e-text.h
parent9a3e7eddaa09dae434efb38cf68a45085460240c (diff)
downloadgsoc2013-evolution-bfe391f216b7f3669af9d6e6250394b01acd5ea2.tar
gsoc2013-evolution-bfe391f216b7f3669af9d6e6250394b01acd5ea2.tar.gz
gsoc2013-evolution-bfe391f216b7f3669af9d6e6250394b01acd5ea2.tar.bz2
gsoc2013-evolution-bfe391f216b7f3669af9d6e6250394b01acd5ea2.tar.lz
gsoc2013-evolution-bfe391f216b7f3669af9d6e6250394b01acd5ea2.tar.xz
gsoc2013-evolution-bfe391f216b7f3669af9d6e6250394b01acd5ea2.tar.zst
gsoc2013-evolution-bfe391f216b7f3669af9d6e6250394b01acd5ea2.zip
e-text: Remove stippling code
Diffstat (limited to 'widgets/text/e-text.h')
-rw-r--r--widgets/text/e-text.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/widgets/text/e-text.h b/widgets/text/e-text.h
index ab5c4fbd51..7cccad370c 100644
--- a/widgets/text/e-text.h
+++ b/widgets/text/e-text.h
@@ -65,7 +65,6 @@ G_BEGIN_DECLS
* justification GtkJustification RW Justification for multiline text
* fill_color string W X color specification for text
* fill_color_gdk GdkColor* RW Pointer to an allocated GdkColor
- * fill_stipple GdkBitmap* RW Stipple pattern for filling the text
* clip_width gdouble RW Width of clip rectangle
* clip_height gdouble RW Height of clip rectangle
* clip boolean RW Use clipping rectangle?
@@ -121,7 +120,6 @@ struct _EText {
gdouble xofs, yofs; /* Text offset distance from anchor position */
GdkColor color; /* Fill color */
- GdkBitmap *stipple; /* Stipple for text */
GdkGC *gc; /* GC for drawing text */
gint cx, cy; /* Top-left canvas coordinates for text */