remove unrequired path globals

This commit is contained in:
Vincent Sanders 2016-03-09 09:04:50 +00:00
parent 68b1d2da55
commit 4e59843040

View File

@ -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;