Remove unused deprecated GTimeVal in global header
This significantly reduces compiler warnings..
This commit is contained in:
@@ -100,8 +100,6 @@ gtk_tooltips_init (GtkTooltips *tooltips)
|
||||
tooltips->enabled = TRUE;
|
||||
tooltips->timer_tag = 0;
|
||||
tooltips->use_sticky_delay = FALSE;
|
||||
tooltips->last_popdown.tv_sec = -1;
|
||||
tooltips->last_popdown.tv_usec = -1;
|
||||
|
||||
private->tips_data_table =
|
||||
g_hash_table_new_full (NULL, NULL, NULL,
|
||||
|
||||
@@ -70,7 +70,6 @@ struct _GtkTooltips
|
||||
guint have_grab : 1;
|
||||
guint use_sticky_delay : 1;
|
||||
gint timer_tag;
|
||||
GTimeVal last_popdown;
|
||||
};
|
||||
|
||||
struct _GtkTooltipsClass
|
||||
|
||||
Reference in New Issue
Block a user