Skip to content

Commit

Permalink
PredefinedColorPalettes: remove rekordbox CDJ palette
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftb0y committed Mar 24, 2021
1 parent 4834a8f commit 28412d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 2 additions & 6 deletions src/util/color/predefinedcolorpalettes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,8 @@ const QList<mixxx::RgbColor> kRekordboxColorsSelection = {
kRekordboxHotcueColor16,
};

const ColorPalette PredefinedColorPalettes::kRekordboxCDJHotcueColorPalette =
ColorPalette(
QStringLiteral("Rekordbox CDJ Hotcue Colors"),
kRekordboxColorsSelection,
{9});
// the Rekordbox CDJ palette can be emulated by picking kRekordboxHotcueColor9
// (0x10B176) as the default cue color.

const ColorPalette PredefinedColorPalettes::kRekordboxCOLD1HotcueColorPalette =
ColorPalette(
Expand Down Expand Up @@ -370,7 +367,6 @@ const QList<ColorPalette> PredefinedColorPalettes::kPalettes{
// Hotcue Color Palettes
mixxx::PredefinedColorPalettes::kMixxxHotcueColorPalette,
mixxx::PredefinedColorPalettes::kSeratoDJProHotcueColorPalette,
mixxx::PredefinedColorPalettes::kRekordboxCDJHotcueColorPalette,
mixxx::PredefinedColorPalettes::kRekordboxCOLD1HotcueColorPalette,
mixxx::PredefinedColorPalettes::kRekordboxCOLD2HotcueColorPalette,
mixxx::PredefinedColorPalettes::kRekordboxCOLORFULHotcueColorPalette,
Expand Down
1 change: 0 additions & 1 deletion src/util/color/predefinedcolorpalettes.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class PredefinedColorPalettes {
static const ColorPalette kMixxxHotcueColorPalette;
static const ColorPalette kSeratoTrackMetadataHotcueColorPalette;
static const ColorPalette kSeratoDJProHotcueColorPalette;
static const ColorPalette kRekordboxCDJHotcueColorPalette;
static const ColorPalette kRekordboxCOLD1HotcueColorPalette;
static const ColorPalette kRekordboxCOLD2HotcueColorPalette;
static const ColorPalette kRekordboxCOLORFULHotcueColorPalette;
Expand Down

0 comments on commit 28412d7

Please sign in to comment.