remove filtering

This commit is contained in:
Andrzej Rybczak
2014-11-05 00:19:44 +01:00
parent 413fe866de
commit 309a4989c9
26 changed files with 317 additions and 1040 deletions

View File

@@ -482,8 +482,6 @@ void BindingsConfiguration::generateDefaults()
bind(k, Actions::Type::SortPlaylist);
if (notBound(k = stringToKey("ctrl_r")))
bind(k, Actions::Type::ReversePlaylist);
if (notBound(k = stringToKey("ctrl_f")))
bind(k, Actions::Type::ApplyFilter);
if (notBound(k = stringToKey("/")))
{
bind(k, Actions::Type::Find);