diff options
Diffstat (limited to 'src/screen.h')
-rw-r--r-- | src/screen.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/screen.h b/src/screen.h index a1f0e3c0..ce031044 100644 --- a/src/screen.h +++ b/src/screen.h @@ -116,9 +116,6 @@ class BasicScreen /// virtual void GetSelectedSongs(GNUC_UNUSED MPD::SongList &v) { } - /// Applies a filter to the screen - virtual void ApplyFilter(GNUC_UNUSED const std::string &filter) { } - /// @return pointer to instantiation of Menu template class /// cast to List if available or null pointer otherwise /// |