remove remnants of --now-playing command option

This commit is contained in:
Andrzej Rybczak
2014-08-27 05:53:04 +02:00
parent 85a2802361
commit e7c2e7790f
2 changed files with 0 additions and 4 deletions

View File

@@ -43,7 +43,6 @@
void ParseArgv(int argc, char **argv)
{
std::string now_playing_format = "{{{(%l) }{{%a - }%t}}|{%f}}";
for (int i = 1; i < argc; ++i)
{
if (!strcmp(argv[i], "-h") || !strcmp(argv[i], "--host"))