From ed1d86205da0646f31f828c68b7fc1f252714449 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 24 Jul 2016 09:45:11 +0200 Subject: [PATCH] Cleanup --- configuration.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/configuration.c b/configuration.c index 94ca0ddc0d..0958f113c9 100644 --- a/configuration.c +++ b/configuration.c @@ -1752,9 +1752,7 @@ static bool config_load_file(const char *path, bool set_defaults) } #ifndef HAVE_DYNAMIC if (config_get_path(conf, "libretro_path", tmp_str, sizeof(tmp_str))) - { strlcpy(settings->path.libretro, tmp_str, sizeof(settings->path.libretro)); - } #endif #ifdef HAVE_MENU if (config_get_path(conf, "rgui_browser_directory", tmp_str, sizeof(tmp_str)))