Separator: fix warning
This commit is contained in:
parent
0867010841
commit
edc5a02efe
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue