Skip to content

Commit 5045d54

Browse files
committed
Merge pull request #99515 from KoBeWi/shapez.godot
Refactor ColorPicker shapes
2 parents 021b5a4 + ef0408e commit 5045d54

File tree

5 files changed

+1094
-818
lines changed

5 files changed

+1094
-818
lines changed

scene/gui/color_mode.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,4 @@ class ColorModeOKHSL : public ColorMode {
146146

147147
ColorModeOKHSL(ColorPicker *p_color_picker) :
148148
ColorMode(p_color_picker) {}
149-
150-
~ColorModeOKHSL() {}
151149
};

0 commit comments

Comments
 (0)