get rid of some externs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user