summaryrefslogtreecommitdiff
path: root/src/tag_editor.cpp
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2014-11-11 00:18:51 +0100
committerAndrzej Rybczak <electricityispower@gmail.com>2014-11-11 00:18:51 +0100
commit25ac152b0d45c31b39d719a3888649e72ef12bbf (patch)
tree85fc1b021918f4ea506f15bcea305c5adbd179c5 /src/tag_editor.cpp
parent61d841d29af086b9f7cbc9b1fd5786ea7644587d (diff)
remove silly comment after namespaces
Diffstat (limited to 'src/tag_editor.cpp')
-rw-r--r--src/tag_editor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tag_editor.cpp b/src/tag_editor.cpp
index 3e4c7eb7..d39be1af 100644
--- a/src/tag_editor.cpp
+++ b/src/tag_editor.cpp
@@ -47,7 +47,7 @@ using Global::MainStartY;
TagEditor *myTagEditor;
-namespace {//
+namespace {
size_t LeftColumnWidth;
size_t LeftColumnStartX;
@@ -950,7 +950,7 @@ void TagEditor::LocateSong(const MPD::Song &s)
}
}
-namespace {//
+namespace {
bool isAnyModified(const NC::Menu<MPD::MutableSong> &m)
{