diff options
author | Benjamin Otte <otte@redhat.com> | 2010-07-22 02:55:12 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-08-10 21:02:29 +0200 |
commit | acf33c9e4c0bfac9c5cd5815afa1b98fb6405074 (patch) | |
tree | daea008138b853bbb8514082c8183ab3b638a3c7 /gtk/gtkstyle.h | |
parent | 90ac7b915c745c661f8baf474aa30640709ba366 (diff) | |
download | gtk+-acf33c9e4c0bfac9c5cd5815afa1b98fb6405074.tar.gz |
API: Remove GC members from GtkStyle
Diffstat (limited to 'gtk/gtkstyle.h')
-rw-r--r-- | gtk/gtkstyle.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gtk/gtkstyle.h b/gtk/gtkstyle.h index fffdff931f..f3312baae1 100644 --- a/gtk/gtkstyle.h +++ b/gtk/gtkstyle.h @@ -98,17 +98,6 @@ struct _GtkStyle gint xthickness; gint ythickness; - GdkGC *fg_gc[5]; - GdkGC *bg_gc[5]; - GdkGC *light_gc[5]; - GdkGC *dark_gc[5]; - GdkGC *mid_gc[5]; - GdkGC *text_gc[5]; - GdkGC *base_gc[5]; - GdkGC *text_aa_gc[5]; - GdkGC *black_gc; - GdkGC *white_gc; - GdkPixmap *bg_pixmap[5]; /*< private >*/ |