MoodbarRenderer: Remove unused kNumHues

This commit is contained in:
Jonas Kvinge 2022-08-28 02:47:45 +02:00
parent 71ec3e61be
commit 4ecdaf573e
2 changed files with 0 additions and 4 deletions

View File

@ -32,8 +32,6 @@
#include "moodbarrenderer.h"
const int MoodbarRenderer::kNumHues = 12;
ColorVector MoodbarRenderer::Colors(const QByteArray &data, const MoodbarStyle style, const QPalette &palette) {
const int samples = static_cast<int>(data.size() / 3);

View File

@ -45,8 +45,6 @@ class MoodbarRenderer {
StyleCount
};
static const int kNumHues;
static QString StyleName(const MoodbarStyle style);
static ColorVector Colors(const QByteArray &data, const MoodbarStyle style, const QPalette &palette);