summaryrefslogtreecommitdiffstats
path: root/src/qml/qmllibrarytracklistmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qmllibrarytracklistmodel.cpp')
-rw-r--r--src/qml/qmllibrarytracklistmodel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/qmllibrarytracklistmodel.cpp b/src/qml/qmllibrarytracklistmodel.cpp
index 3d68743389..2dfda07a9f 100644
--- a/src/qml/qmllibrarytracklistmodel.cpp
+++ b/src/qml/qmllibrarytracklistmodel.cpp
@@ -3,7 +3,6 @@
#include "library/librarytablemodel.h"
namespace mixxx {
-namespace skin {
namespace qml {
namespace {
const QHash<int, QByteArray> kRoleNames = {
@@ -89,5 +88,4 @@ QHash<int, QByteArray> QmlLibraryTrackListModel::roleNames() const {
}
} // namespace qml
-} // namespace skin
} // namespace mixxx