From 0a275f31d1e35cd07ccc20c5cb7dc34a40f9688f Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Wed, 27 May 2009 22:50:36 +0200 Subject: [PATCH] remove the code that is not supposed to be here lulz, I forgot to remove it after I was done with testing adding random songs. --- src/ncmpcpp.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ncmpcpp.cpp b/src/ncmpcpp.cpp index 878770bd..37b3d15a 100644 --- a/src/ncmpcpp.cpp +++ b/src/ncmpcpp.cpp @@ -322,10 +322,6 @@ int main(int argc, char *argv[]) { myScreen->Scroll(wUp, Key.Up); } - else if (input == 'v') - { - Mpd->AddRandomSongs(10); - } else if (Keypressed(input, Key.Down)) { myScreen->Scroll(wDown, Key.Down);