From 499ef68c0ca2a1f4f4fa43e958107f217838e198 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 5 Sep 2019 21:44:27 +0100 Subject: remove unsused junk gtk_history_window structure and functions --- frontends/gtk/toolbar.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'frontends/gtk/toolbar.c') diff --git a/frontends/gtk/toolbar.c b/frontends/gtk/toolbar.c index f595c05d9..5a7d252ad 100644 --- a/frontends/gtk/toolbar.c +++ b/frontends/gtk/toolbar.c @@ -233,6 +233,12 @@ nsgtk_toolbar_##name##_data_minus(GtkWidget *widget, \ #undef TOOLBAR_ITEM +/* exported interface documented in gtk/scaffolding.h */ +static GtkToolbar *nsgtk_scaffolding_toolbar(struct nsgtk_scaffolding *g) +{ + return NULL;//g->tool_bar; +} + /** * get default image for buttons / menu items from gtk stock items. * -- cgit v1.2.3