Remove #if 0

This commit is contained in:
twinaphex 2017-05-29 14:54:25 +02:00
parent 5521d58994
commit 2fa401ef26

View File

@ -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;
}