From 2fa401ef2614971978912159c0a6aa6ceaf9ab68 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 29 May 2017 14:54:25 +0200 Subject: [PATCH] Remove #if 0 --- retroarch.c | 6 ------ 1 file changed, 6 deletions(-) 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; }