mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 09:19:27 +00:00
Remove unused variables in ColorWheel::pickColor()
This commit is contained in:
parent
3705d1bdb9
commit
eae6f7b5c1
@ -123,8 +123,6 @@ app::Color ColorWheel::pickColor(const gfx::Point& pos) const
|
||||
|
||||
for (int i=0; i<n; ++i) {
|
||||
app::Color color = getColorInHarmony(i);
|
||||
int hue = color.getHue()-30;
|
||||
int sat = color.getSaturation();
|
||||
|
||||
if (gfx::Rect(rc.x+rc.w-(n-i)*boxsize,
|
||||
rc.y+rc.h-boxsize,
|
||||
|
Loading…
Reference in New Issue
Block a user