diff options
Diffstat (limited to 'config_file.c')
-rw-r--r-- | config_file.c | 1 |
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; |