Separator: fix warning
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user