summaryrefslogtreecommitdiff
path: root/frontends/gtk/toolbar.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-09-17 23:54:42 +0100
committerVincent Sanders <vince@kyllikki.org>2019-09-17 23:54:42 +0100
commit6af0496a390b38ce842577137313de4768b228b7 (patch)
tree4e5b9be78fd556be0822e20d9aeac0b89604f99a /frontends/gtk/toolbar.h
parent0a9c64352001ea9c094f275c52d220d768ab73ac (diff)
downloadnetsurf-6af0496a390b38ce842577137313de4768b228b7.tar.gz
netsurf-6af0496a390b38ce842577137313de4768b228b7.tar.bz2
fix resource release and stopping throbber on toolbar widget destruction
Diffstat (limited to 'frontends/gtk/toolbar.h')
-rw-r--r--frontends/gtk/toolbar.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/frontends/gtk/toolbar.h b/frontends/gtk/toolbar.h
index e895d0b13..6be45b030 100644
--- a/frontends/gtk/toolbar.h
+++ b/frontends/gtk/toolbar.h
@@ -36,15 +36,6 @@ nserror nsgtk_toolbar_create(GtkBuilder *builder, struct browser_window *(*get_b
/**
- * Destroy toolbar previously created
- *
- * \param toolbar A toolbar returned from a creation
- * \return NSERROR_OK on success
- */
-nserror nsgtk_toolbar_destroy(struct nsgtk_toolbar *toolbar);
-
-
-/**
* Update the toolbar items being shown based on current settings
*
* \param toolbar A toolbar returned from a creation