diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2000-03-14 19:57:25 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-03-14 19:57:25 +0000 |
commit | 10ba4fd066042b4335ae45e7560565872f71ba9b (patch) | |
tree | 17f68ffb0d402b6e66bb891d4a7d9a02a9b6108b /gtk/gtktooltips.h | |
parent | 3f98a849c70ae570b78095cef0152a33ec07c64e (diff) | |
download | gtk+-10ba4fd066042b4335ae45e7560565872f71ba9b.tar.gz |
Merges from gtk-1-2
Diffstat (limited to 'gtk/gtktooltips.h')
-rw-r--r-- | gtk/gtktooltips.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtktooltips.h b/gtk/gtktooltips.h index e270650c5e..bd6c54ae9f 100644 --- a/gtk/gtktooltips.h +++ b/gtk/gtktooltips.h @@ -67,10 +67,6 @@ struct _GtkTooltips GtkTooltipsData *active_tips_data; GList *tips_data_list; - GdkGC *gc; - GdkColor *foreground; - GdkColor *background; - guint delay : 30; guint enabled : 1; gint timer_tag; |