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:
@@ -322,10 +322,6 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
myScreen->Scroll(wUp, Key.Up);
|
myScreen->Scroll(wUp, Key.Up);
|
||||||
}
|
}
|
||||||
else if (input == 'v')
|
|
||||||
{
|
|
||||||
Mpd->AddRandomSongs(10);
|
|
||||||
}
|
|
||||||
else if (Keypressed(input, Key.Down))
|
else if (Keypressed(input, Key.Down))
|
||||||
{
|
{
|
||||||
myScreen->Scroll(wDown, Key.Down);
|
myScreen->Scroll(wDown, Key.Down);
|
||||||
|
|||||||
Reference in New Issue
Block a user