summaryrefslogtreecommitdiff
path: root/frontends/gtk/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-09-15 22:20:49 +0100
committerVincent Sanders <vince@kyllikki.org>2019-09-15 22:20:49 +0100
commitdc48c0c22fb9612a464429d851b502a0d5718790 (patch)
treed6da1a4b4e4bdc6f4f27f1c7b89ac640d357a670 /frontends/gtk/gui.h
parentacbc73624be2962b58ebba50cd9d42b5ee1c10b7 (diff)
downloadnetsurf-dc48c0c22fb9612a464429d851b502a0d5718790.tar.gz
netsurf-dc48c0c22fb9612a464429d851b502a0d5718790.tar.bz2
construct all toolbar items from data table
This changes toolbar item constuction to use toolbar_items.h instead of explicit macros. Additionally all remenants of old stock item themeing are done away with and GTK icon names are used instead.
Diffstat (limited to 'frontends/gtk/gui.h')
-rw-r--r--frontends/gtk/gui.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/frontends/gtk/gui.h b/frontends/gtk/gui.h
index 53e732437..ee82e7a6f 100644
--- a/frontends/gtk/gui.h
+++ b/frontends/gtk/gui.h
@@ -27,9 +27,6 @@ extern char *nsgtk_config_home;
/** favicon default pixbuf */
extern GdkPixbuf *favicon_pixbuf;
-/** arrow down pixbuf */
-extern GdkPixbuf *arrow_down_pixbuf;
-
/** resource search path vector */
extern char **respaths;