playlist: remove enterPressed

This commit is contained in:
Andrzej Rybczak
2015-09-27 15:25:24 +02:00
parent 3de7558483
commit 3c1a888378
7 changed files with 28 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ struct Playlist: Screen<SongMenu>, HasSongs, Searchable, Tabbable
virtual void update() OVERRIDE;
virtual void enterPressed() OVERRIDE;
virtual void enterPressed() OVERRIDE { }
virtual void mouseButtonPressed(MEVENT me) OVERRIDE;
virtual bool isLockable() OVERRIDE { return true; }