move WindowTitle() to local unnamed namespace

This commit is contained in:
Andrzej Rybczak
2009-02-11 09:12:49 +01:00
parent d82577e357
commit cecb11c3d8
6 changed files with 27 additions and 68 deletions

View File

@@ -42,10 +42,6 @@ void UpdateSongList(Menu<MPD::Song> *);
bool Keypressed(int, const int *);
void WindowTitle(const std::string &);
Window &operator<<(Window &, mpd_TagItems);
std::string FindSharedDir(const std::string &, const std::string &);
void GetInfo(MPD::Song &, Scrollpad &);