aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-11-09 23:10:07 +1300
committerDavid Phillips <dbphillipsnz@gmail.com>2015-11-09 23:10:07 +1300
commitddafaf084730102aef832d01eeb5efc6405c8f65 (patch)
tree01f0b0d5b817c884024cf58e282c5ebd472f66da
parent322feca9dbf0170df6dc197c5e1e1b7211f2bb62 (diff)
downloadparamano-ddafaf084730102aef832d01eeb5efc6405c8f65.tar.xz
Removed unneeded variable from config_file.c
-rw-r--r--config_file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/config_file.c b/config_file.c
index 9e0b4ae..076d454 100644
--- a/config_file.c
+++ b/config_file.c
@@ -30,7 +30,6 @@ void config_init()
struct config_file config;
char *xdg_config_home = NULL;
char config_home[1024];
- FILE* fd = NULL;
config.key_file = NULL;