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.
This commit is contained in:
Andrzej Rybczak
2009-05-27 22:50:36 +02:00
parent 389c5b03a7
commit 0a275f31d1

View File

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