Reduce number of advanced config items - there was just too many.

This commit is contained in:
Craig Drummond
2017-04-08 19:27:18 +01:00
committed by Craig Drummond
parent 9a392ae356
commit b3bc9b456c
17 changed files with 90 additions and 315 deletions

View File

@@ -65,7 +65,6 @@ HttpServer::HttpServer()
, socket(0)
, closeTimer(0)
{
force=Settings::self()->alwaysUseHttp();
connect(MPDConnection::self(), SIGNAL(cantataStreams(QList<Song>,bool)), this, SLOT(cantataStreams(QList<Song>,bool)));
connect(MPDConnection::self(), SIGNAL(cantataStreams(QStringList)), this, SLOT(cantataStreams(QStringList)));
connect(MPDConnection::self(), SIGNAL(removedIds(QSet<qint32>)), this, SLOT(removedIds(QSet<qint32>)));