From 6a6c3523602ae609c19b41d202bc684169058466 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 30 Oct 2016 12:14:53 +0100 Subject: [PATCH] The new OSK overlay built into the menu should be better - take this out --- configuration.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configuration.c b/configuration.c index 281ad1ad01..796d8e0469 100644 --- a/configuration.c +++ b/configuration.c @@ -1291,13 +1291,6 @@ static void config_set_defaults(void) fill_pathname_expand_special(temp_path, g_defaults.dir.osk_overlay, sizeof(temp_path)); -#ifdef RARCH_MOBILE - if (string_is_empty(settings->path.osk_overlay)) - fill_pathname_join(settings->path.osk_overlay, - temp_path, - "keyboards/modular-keyboard/opaque/big.cfg", - sizeof(settings->path.osk_overlay)); -#endif dir_set(RARCH_DIR_OSK_OVERLAY, temp_path); }