Remove unused deprecated GTimeVal in global header

This significantly reduces compiler warnings..
This commit is contained in:
Robin Gareus
2026-01-05 02:34:36 +01:00
parent f2744a9ce8
commit ab724881e3
2 changed files with 0 additions and 3 deletions

View File

@@ -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,

View File

@@ -70,7 +70,6 @@ struct _GtkTooltips
guint have_grab : 1;
guint use_sticky_delay : 1;
gint timer_tag;
GTimeVal last_popdown;
};
struct _GtkTooltipsClass