From 6b8d9be8c4d8247a977c961962c7b0bdbd258443 Mon Sep 17 00:00:00 2001 From: asfa194 Date: Wed, 2 Jan 2013 15:03:11 +0000 Subject: [PATCH] remove header comment in wrong place --- src/networkremote/incomingxmlparser.cpp | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/src/networkremote/incomingxmlparser.cpp b/src/networkremote/incomingxmlparser.cpp index be9b70bdb..ca884b400 100644 --- a/src/networkremote/incomingxmlparser.cpp +++ b/src/networkremote/incomingxmlparser.cpp @@ -80,22 +80,7 @@ void IncomingXmlParser::Parse(QString *xml_data) { qLog(Debug) << "Action = " << action; if (action == RemoteXmlTags::CLIENT_CONNTECTED) { emit SendClementineInfos(); - emit SendFirstData()/* This file is part of Clementine. - Copyright 2012, David Sansome - - Clementine is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - Clementine is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with Clementine. If not, see . - */; + emit SendFirstData(); } else if (action == RemoteXmlTags::CLIENT_DISCONNECT) { close_connection_ = true; } else if (action == RemoteXmlTags::REQUEST_PLAYLISTS) {