diff options
author | Timm Bäder <mail@baedert.org> | 2016-10-20 19:51:43 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2016-10-20 20:12:08 +0200 |
commit | a5867ffe710695fd1a4676336d856548c68ea530 (patch) | |
tree | 8f39749557ffd8d4b159a09921db6c72b28ca438 /gtk/gtktextattributes.h | |
parent | f65af48d51eabb86955c66c07254d36683e35fba (diff) | |
download | gtk+-wip/baedert/box.tar.gz |
Remove some more GdkColor propertieswip/baedert/box
Diffstat (limited to 'gtk/gtktextattributes.h')
-rw-r--r-- | gtk/gtktextattributes.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtktextattributes.h b/gtk/gtktextattributes.h index 77c70f1a63..ac98c1437e 100644 --- a/gtk/gtktextattributes.h +++ b/gtk/gtktextattributes.h @@ -192,9 +192,6 @@ struct _GtkTextAttributes PangoLanguage *language; - /*< private >*/ - GdkColor *pg_bg_color; - /*< public >*/ guint invisible : 1; guint bg_full_height : 1; |