diff options
author | Christopher Davis <christopherdavis@gnome.org> | 2022-07-09 17:22:46 -0400 |
---|---|---|
committer | António Fernandes <antoniof@gnome.org> | 2022-07-11 00:36:50 +0100 |
commit | 07db1d6ff294832014639f87972c55bc56d7d224 (patch) | |
tree | 2116f432fd3be169174e3ee3da9591c4ed316d0d /src/nautilus-window.h | |
parent | 94ba087d0967c95c15f12f09b6dc64b8aaa5a445 (diff) | |
download | nautilus-07db1d6ff294832014639f87972c55bc56d7d224.tar.gz |
general: Always show sidebar
Always show the sidebar, and remove the setting to hide it.
We are going to introduce a replacement next commit: AdwFlap.
Diffstat (limited to 'src/nautilus-window.h')
-rw-r--r-- | src/nautilus-window.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nautilus-window.h b/src/nautilus-window.h index ed8d6585e..8fba9aad9 100644 --- a/src/nautilus-window.h +++ b/src/nautilus-window.h @@ -76,8 +76,6 @@ void nautilus_window_slot_close (NautilusWindow *wind void nautilus_window_sync_location_widgets (NautilusWindow *window); -void nautilus_window_hide_sidebar (NautilusWindow *window); -void nautilus_window_show_sidebar (NautilusWindow *window); void nautilus_window_reset_menus (NautilusWindow *window); GtkWidget * nautilus_window_get_notebook (NautilusWindow *window); |