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

@@ -27,7 +27,7 @@
#include "interfaces.h"
#include "window.h"
namespace Progressbar {//
namespace Progressbar {
struct ScopedLock
{
@@ -61,7 +61,7 @@ void tryRedraw();
/// @return window object that represents statusbar
NC::Window &put();
namespace Helpers {//
namespace Helpers {
/// called when statusbar window detects incoming idle notification
void mpd();