get rid of some externs

This commit is contained in:
Andrzej Rybczak
2009-02-15 20:44:42 +01:00
parent c547fbe03b
commit 9dd21b7653
7 changed files with 24 additions and 34 deletions

View File

@@ -34,8 +34,6 @@ namespace Display
*menu << t;
}
//void TotalPlaylistLength(Window &);
void StringPairs(const string_pair &, void *, Menu<string_pair> *);
void SongsInColumns(const MPD::Song &, void *, Menu<MPD::Song> *);
@@ -51,16 +49,5 @@ namespace Display
void Clock(Window &, const tm *);
}
namespace Refresh
{
void MediaLibrary();
void PlaylistEditor();
# ifdef HAVE_TAGLIB_H
void TagEditor();
# endif
}
#endif