Skip to content

Commit 1c17182

Browse files
committed
Refactor ColorPicker shapes
1 parent 1753893 commit 1c17182

File tree

5 files changed

+780
-444
lines changed

5 files changed

+780
-444
lines changed

scene/gui/color_mode.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ class ColorModeOKHSL : public ColorMode {
149149

150150
ColorModeOKHSL(ColorPicker *p_color_picker) :
151151
ColorMode(p_color_picker) {}
152-
153-
~ColorModeOKHSL() {}
154152
};
155153

156154
#endif // COLOR_MODE_H

0 commit comments

Comments
 (0)