From 582022321453ec71e92254291cd42ed708163d7d Mon Sep 17 00:00:00 2001 From: Narayan <117493082+narayanx@users.noreply.github.com> Date: Fri, 22 Aug 2025 00:31:20 -0700 Subject: [PATCH] deleted stop code --- source/main.c | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/source/main.c b/source/main.c index b712306..fe581ef 100644 --- a/source/main.c +++ b/source/main.c @@ -288,10 +288,6 @@ err: goto out; } -void pausePlay() { - -} - int main(int argc, char **argv) { PrintConsole topScreenLog, topScreenInfo, bottomScreen; @@ -417,25 +413,6 @@ int main(int argc, char **argv) keyLComboPressed = true; continue; } - - // /* Stop */ - // if(kDown & KEY_B) - // { - // stopPlayback(); - - // /* Clear playback information. */ - // consoleSelect(&topScreenInfo); - // consoleClear(); - // consoleSelect(&topScreenLog); - // //consoleClear(); - - // changeFile(NULL, &playbackInfo); - - // /* If the playback thread is currently playing, it will now - // * stop and tell the Watchdog thread to display "Stopped". - // */ - // continue; - // } } // if R is pressed first if ((kHeld & KEY_R) && (kDown & KEY_L))