From 7b82175d663ca3492af3e021c8700a038567b2c8 Mon Sep 17 00:00:00 2001 From: "overjoy.psm" Date: Mon, 30 Jan 2012 14:55:02 +0000 Subject: [PATCH] * Damn merged commits --- source/menu/menu.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/menu/menu.cpp b/source/menu/menu.cpp index 50317351..3e7143a7 100644 --- a/source/menu/menu.cpp +++ b/source/menu/menu.cpp @@ -264,8 +264,6 @@ void CMenu::init(void) makedir((char *)m_wipDir.c_str()); makedir((char *)m_listCacheDir.c_str()); - m_gameList.Init(m_listCacheDir, m_settingsDir, m_loc.getString(m_curLanguage, "gametdb_code", "EN")); - // INI files m_cat.load(sfmt("%s/" CAT_FILENAME, m_settingsDir.c_str()).c_str()); string themeName = m_cfg.getString("GENERAL", "theme", "DEFAULT");