mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
window: remove redundant code
We already do this check in NautilusNotebook's remove implementation.
This commit is contained in:
parent
1f9a07a1c3
commit
109d00336b
1 changed files with 0 additions and 3 deletions
|
@ -336,9 +336,6 @@ close_slot (NautilusWindow *window,
|
|||
g_signal_handlers_unblock_by_func (notebook,
|
||||
G_CALLBACK (notebook_switch_page_cb),
|
||||
window);
|
||||
|
||||
gtk_notebook_set_show_tabs (notebook,
|
||||
gtk_notebook_get_n_pages (notebook) > 1);
|
||||
}
|
||||
|
||||
NautilusWindowSlot *
|
||||
|
|
Loading…
Reference in a new issue