From a04c3ba9da8e6e3338d6056c26b7bb01af68250f Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 6 Jun 2015 12:46:22 +0200 Subject: [PATCH] (XMB) Cleanups #5 --- menu/drivers/xmb.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index ee84619431..86bd3970ea 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -1693,9 +1693,6 @@ static void xmb_context_reset(void) continue; } - fill_pathname_join(mediapath, settings->assets_directory, - "lakka", sizeof(mediapath)); - fill_pathname_join(themepath, mediapath, XMB_THEME, sizeof(themepath)); fill_pathname_join(iconpath, themepath, xmb->icon.dir, sizeof(iconpath)); fill_pathname_slash(iconpath, sizeof(iconpath));