diff --git a/retroarch.c b/retroarch.c index 4798c3a257..91965450a0 100644 --- a/retroarch.c +++ b/retroarch.c @@ -2876,13 +2876,7 @@ static enum runloop_state runloop_check_state( current_input, RARCH_RESET); if (new_state && !old_state) - { command_event(CMD_EVENT_RESET, NULL); -#if 0 - task_push_audio_mixer_load("/home/squarepusher/SumertimeBlues.ogg", - NULL, NULL); -#endif - } old_state = new_state; }