From 9d3112a643d2ff1c6055133485273d5e5a358d24 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 21 Sep 2019 01:07:32 +0100 Subject: persist the menu and tool bar visibility as user settings --- frontends/gtk/scaffolding.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'frontends/gtk/scaffolding.h') diff --git a/frontends/gtk/scaffolding.h b/frontends/gtk/scaffolding.h index c30c58534..1fae00394 100644 --- a/frontends/gtk/scaffolding.h +++ b/frontends/gtk/scaffolding.h @@ -79,12 +79,6 @@ GtkWindow *nsgtk_scaffolding_window(struct nsgtk_scaffolding *g); */ GtkNotebook *nsgtk_scaffolding_notebook(struct nsgtk_scaffolding *g); -/** - * Get the gtk url bar from a scaffold. - */ -GtkWidget *nsgtk_scaffolding_urlbar(struct nsgtk_scaffolding *g); - - struct gtk_search *nsgtk_scaffolding_search(struct nsgtk_scaffolding *g); GtkMenuBar *nsgtk_scaffolding_menu_bar(struct nsgtk_scaffolding *g); -- cgit v1.2.3