Get rid of settings variable

This commit is contained in:
twinaphex 2016-05-29 00:19:04 +02:00
parent eafb235e66
commit 78b208c441

View File

@ -1725,8 +1725,6 @@ bool task_push_content_load_default(
retro_task_callback_t cb,
void *user_data)
{
settings_t *settings = config_get_ptr();
switch (mode)
{
case CONTENT_MODE_LOAD_NOTHING_WITH_CURRENT_CORE_FROM_MENU: