summaryrefslogtreecommitdiff
path: root/frontends/gtk/scaffolding.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-15 23:02:04 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-15 23:02:04 +0100
commit01f3879b647e69684ef8cbcc53f44b2c9b7b5df8 (patch)
tree52d332866e4d87fd6dda1d7ebf133d1007683271 /frontends/gtk/scaffolding.h
parent44f3846727d35ab17be3f779caa4a33548cdc152 (diff)
downloadnetsurf-01f3879b647e69684ef8cbcc53f44b2c9b7b5df8.tar.gz
netsurf-01f3879b647e69684ef8cbcc53f44b2c9b7b5df8.tar.bz2
Move favicon from url entry widget to notebook tab label
Diffstat (limited to 'frontends/gtk/scaffolding.h')
-rw-r--r--frontends/gtk/scaffolding.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontends/gtk/scaffolding.h b/frontends/gtk/scaffolding.h
index e1fd9bf2a..7f7657e1b 100644
--- a/frontends/gtk/scaffolding.h
+++ b/frontends/gtk/scaffolding.h
@@ -226,8 +226,6 @@ void nsgtk_scaffolding_context_menu(struct nsgtk_scaffolding *g, gdouble x, gdou
void nsgtk_scaffolding_toolbar_size_allocate(GtkWidget *widget, GtkAllocation *alloc, gpointer data);
-void nsgtk_scaffolding_set_icon(struct gui_window *gw);
-
gboolean nsgtk_window_url_activate_event(GtkWidget *, gpointer);
gboolean nsgtk_window_url_changed(GtkWidget *, GdkEventKey *, gpointer);