mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 21:20:09 +00:00
notebook: Remove dead assignment
This commit is contained in:
parent
7074607635
commit
a92ca3518b
@ -5544,7 +5544,6 @@ gtk_notebook_calculate_shown_tabs (GtkNotebook *notebook,
|
||||
priv->first_tab = priv->focus_tab;
|
||||
*last_child = gtk_notebook_search_page (notebook, priv->focus_tab,
|
||||
STEP_NEXT, TRUE);
|
||||
page = priv->first_tab->data;
|
||||
*n = 1;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user