From edc5a02efe1859e278ae0b57df51c6295b86b4ee Mon Sep 17 00:00:00 2001 From: o9000 Date: Sun, 2 Oct 2016 16:43:44 +0200 Subject: [PATCH] Separator: fix warning --- src/tint2conf/properties.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tint2conf/properties.c b/src/tint2conf/properties.c index 0fc0c64..0c4bbb8 100644 --- a/src/tint2conf/properties.c +++ b/src/tint2conf/properties.c @@ -4518,8 +4518,6 @@ void create_separator(GtkWidget *notebook, int i) GtkWidget *label; GtkWidget *table; int row, col; - GtkTooltips *tooltips = gtk_tooltips_new(); - Separator *separator = &g_array_index(separators, Separator, i); separator->name[0] = 0;