summaryrefslogtreecommitdiffstats
path: root/scene/gui/color_mode.h
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-11-26 13:04:54 -0600
committerThaddeus Crews <repiteo@outlook.com>2024-11-26 13:04:54 -0600
commit0ee60dd5431597760d71a58c6e421d45511f18dd (patch)
treef1e30af1536eb1c05fb114b58b258359721c3541 /scene/gui/color_mode.h
parent127738c08b1b47179afc874000a320bcdaae5e1f (diff)
parent289e548e3477afe73a509cd3888b0dbb716735cb (diff)
downloadredot-engine-0ee60dd5431597760d71a58c6e421d45511f18dd.tar.gz
Merge pull request #99516 from KoBeWi/quantum_entanglement_of_source_files
Untangle ColorPicker includes
Diffstat (limited to 'scene/gui/color_mode.h')
-rw-r--r--scene/gui/color_mode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/gui/color_mode.h b/scene/gui/color_mode.h
index 0abc90bb44..b762097dc3 100644
--- a/scene/gui/color_mode.h
+++ b/scene/gui/color_mode.h
@@ -33,8 +33,6 @@
#include "scene/gui/color_picker.h"
-struct Color;
-
class ColorMode {
public:
ColorPicker *color_picker = nullptr;