SongFilter: remove obsolete prototype

This commit is contained in:
Max Kellermann 2018-07-21 07:15:43 +02:00
parent 40ec819330
commit 88c19c21ee

View File

@ -115,9 +115,6 @@ public:
bool Parse(ConstBuffer<const char *> args, bool fold_case=false);
gcc_pure
bool Match(const Tag &tag) const noexcept;
gcc_pure
bool Match(const DetachedSong &song) const noexcept;