diff --git a/src/preferences/colorpaletteeditormodel.cpp b/src/preferences/colorpaletteeditormodel.cpp index dfc01b3bf8f..0e42ef6802c 100644 --- a/src/preferences/colorpaletteeditormodel.cpp +++ b/src/preferences/colorpaletteeditormodel.cpp @@ -187,11 +187,9 @@ QVariant HotcueIndexListItem::data(int role) const { case Qt::DisplayRole: case Qt::EditRole: { return QVariant(mixxx::stringifyRangeList(m_hotcueIndexList)); - break; } default: return QStandardItem::data(role); - break; } }