window: Remove remaining overview mentions

There is no overview anymore -- Settings is always
visualizing a panel at any given time.

I just noticed that the Alt+Left shortcut was always
broken too. This will be fixed in a following commit.
This commit is contained in:
Georges Basile Stavracas Neto 2018-05-28 22:07:49 -03:00
parent f109289538
commit 52469cec7c
6 changed files with 7 additions and 47 deletions

View file

@ -32,8 +32,6 @@ G_DECLARE_FINAL_TYPE (CcWindow, cc_window, CC, WINDOW, GtkApplicationWindow)
CcWindow *cc_window_new (GtkApplication *application);
void cc_window_set_overview_page (CcWindow *center);
void cc_window_set_search_item (CcWindow *center,
const char *search);