summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-03-09 09:04:50 +0000
committerVincent Sanders <vince@kyllikki.org>2016-03-09 09:04:50 +0000
commit4e598430405c81e3ff5b5ab8808f5c6a90549cc5 (patch)
tree79c12cf231f7b0fe2394a2ab10031bed49f5745d
parent68b1d2da557d5af6b7e46d3fb05ede1931a542c5 (diff)
downloadnetsurf-4e598430405c81e3ff5b5ab8808f5c6a90549cc5.tar.gz
netsurf-4e598430405c81e3ff5b5ab8808f5c6a90549cc5.tar.bz2
remove unrequired path globals
-rw-r--r--gtk/gui.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/gui.h b/gtk/gui.h
index 7f06b1e80..b6a6dc994 100644
--- a/gtk/gui.h
+++ b/gtk/gui.h
@@ -24,12 +24,6 @@ struct nsurl;
/** toolbar arrangement file path. */
extern char *toolbar_indices_file_location;
-/** Resource directory path. */
-extern char *res_dir_location;
-
-/** Theme location. */
-extern char *themelist_file_location;
-
/** Directory where all configuration files are held. */
extern char *nsgtk_config_home;