make Keypressed() funcion inline

This commit is contained in:
Andrzej Rybczak
2009-03-12 19:29:38 +01:00
parent 6768e3cdaa
commit d5a68a1a60
2 changed files with 5 additions and 7 deletions

View File

@@ -224,11 +224,6 @@ void UpdateSongList(Menu<Song> *menu)
menu->Refresh();
}
bool Keypressed(int in, const int *key)
{
return in == key[0] || in == key[1];
}
#ifdef HAVE_TAGLIB_H
string FindSharedDir(Menu<Song> *menu)
{