(Xbox 1) Remove useless log

This commit is contained in:
twinaphex 2012-07-30 01:30:14 +02:00
parent 5264bbb7dc
commit 5811df47e3

View File

@ -238,8 +238,6 @@ int menu_init(void)
filebrowser_set_root(&browser, g_console.default_rom_startup_dir); filebrowser_set_root(&browser, g_console.default_rom_startup_dir);
filebrowser_iterate(&browser, FILEBROWSER_ACTION_RESET); filebrowser_iterate(&browser, FILEBROWSER_ACTION_RESET);
RARCH_LOG("CMenuMain::Create().\n");
width = d3d->d3dpp.BackBufferWidth; width = d3d->d3dpp.BackBufferWidth;
// Quick hack to properly center the romlist in 720p, // Quick hack to properly center the romlist in 720p,