summaryrefslogtreecommitdiff
path: root/src/ncmpcpp.cpp
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2009-05-27 22:50:36 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2009-05-27 22:50:36 +0200
commit0a275f31d1e35cd07ccc20c5cb7dc34a40f9688f (patch)
tree65f6a2a44fd6be15281a581517fd2d4e2d921232 /src/ncmpcpp.cpp
parent389c5b03a7d1c707b426823009e74328ec0dacec (diff)
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.
Diffstat (limited to 'src/ncmpcpp.cpp')
-rw-r--r--src/ncmpcpp.cpp4
1 files changed, 0 insertions, 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);