improve moving items and fix password handling (again) + fixes
This commit is contained in:
@@ -36,10 +36,6 @@ void UpdateFoundList(const SongList &, Menu<string> *);
|
||||
|
||||
void DeleteSong(int);
|
||||
void PlaylistDeleteSong(const string &, int);
|
||||
bool MoveSongUp(int);
|
||||
bool MoveSongDown(int);
|
||||
bool PlaylistMoveSongUp(const string &, int);
|
||||
bool PlaylistMoveSongDown(const string &, int);
|
||||
|
||||
string DisplayKeys(int *, int = 2);
|
||||
bool Keypressed(int, const int *);
|
||||
|
||||
Reference in New Issue
Block a user