From a094d098021c89d533fa06ac6b1287251ddfc200 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Wed, 19 Jun 2019 01:54:42 +0200 Subject: [PATCH] Remove shader_ext variable --- configuration.c | 1 - 1 file changed, 1 deletion(-) diff --git a/configuration.c b/configuration.c index 6ee253c670..770dd62b59 100644 --- a/configuration.c +++ b/configuration.c @@ -2638,7 +2638,6 @@ static bool config_load_file(const char *path, settings_t *settings) char *override_username = NULL; const char *path_core = NULL; const char *path_config = NULL; - const char *shader_ext = NULL; int bool_settings_size = sizeof(settings->bools) / sizeof(settings->bools.placeholder); int float_settings_size = sizeof(settings->floats) / sizeof(settings->floats.placeholder); int int_settings_size = sizeof(settings->ints) / sizeof(settings->ints.placeholder);