remove myPlaylist->EnableHighlighing() since it's not needed here anymore

myPlaylist->Sort() doesn't block main loop anymore.
master
Andrzej Rybczak 17 years ago
parent d407bc679b
commit b5445bfe5b
  1. 1
      src/ncmpcpp.cpp

@ -1658,7 +1658,6 @@ int main(int argc, char *argv[])
{
CHECK_PLAYLIST_FOR_FILTERING;
myPlaylist->Sort();
myPlaylist->EnableHighlighting();
}
else if (Keypressed(input, Key.ApplyFilter))
{

Loading…
Cancel
Save