Separator: fix warning

This commit is contained in:
o9000
2016-10-02 16:43:44 +02:00
parent 0867010841
commit edc5a02efe

View File

@@ -4518,8 +4518,6 @@ void create_separator(GtkWidget *notebook, int i)
GtkWidget *label; GtkWidget *label;
GtkWidget *table; GtkWidget *table;
int row, col; int row, col;
GtkTooltips *tooltips = gtk_tooltips_new();
Separator *separator = &g_array_index(separators, Separator, i); Separator *separator = &g_array_index(separators, Separator, i);
separator->name[0] = 0; separator->name[0] = 0;