Skip to content

Commit

Permalink
util/color/predefinedcolorsset: Remove break after return
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Mar 1, 2020
1 parent cb48c1a commit af9e386
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/color/predefinedcolorsset.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ class PredefinedColorsSet final {
for (PredefinedColorPointer pColor : allColors) {
if (mixxx::RgbColor(pColor->m_defaultRgba.rgb()) == color) {
return pColor;
break;
}
}
qWarning() << "No color matches RgbColor" << color;
Expand Down

0 comments on commit af9e386

Please sign in to comment.