remove silly comment after namespaces

This commit is contained in:
Andrzej Rybczak
2014-11-11 00:18:51 +01:00
parent 61d841d29a
commit 25ac152b0d
26 changed files with 33 additions and 33 deletions

View File

@@ -24,7 +24,7 @@
#include "interfaces.h"
#include "mpdpp.h"
namespace Status {//
namespace Status {
void handleClientError(MPD::ClientError &e);
void handleServerError(MPD::ServerError &e);
@@ -53,7 +53,7 @@ int volume();
}
namespace Changes {//
namespace Changes {
void playlist(unsigned previous_version);
void storedPlaylists();