summaryrefslogtreecommitdiff
path: root/frontends/gtk/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-20 15:23:05 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-21 12:17:49 +0100
commit5061687867ee9ae90b23469d7d6ac7f4c9c8424c (patch)
tree9d0a92f4bd65cd53a985b052cff4d751abc5ac11 /frontends/gtk/gui.h
parenta47a6dd52e92e75ebf11e125563fb953dd1cab8b (diff)
downloadnetsurf-5061687867ee9ae90b23469d7d6ac7f4c9c8424c.tar.gz
netsurf-5061687867ee9ae90b23469d7d6ac7f4c9c8424c.tar.bz2
store toolbar config in standard options instead of a separate file
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 b6a6dc994..53e732437 100644
--- a/frontends/gtk/gui.h
+++ b/frontends/gtk/gui.h
@@ -21,9 +21,6 @@
struct nsurl;
-/** toolbar arrangement file path. */
-extern char *toolbar_indices_file_location;
-
/** Directory where all configuration files are held. */
extern char *nsgtk_config_home;