diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-26 13:04:54 -0600 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-26 13:04:54 -0600 |
commit | 0ee60dd5431597760d71a58c6e421d45511f18dd (patch) | |
tree | f1e30af1536eb1c05fb114b58b258359721c3541 /scene/gui/color_mode.h | |
parent | 127738c08b1b47179afc874000a320bcdaae5e1f (diff) | |
parent | 289e548e3477afe73a509cd3888b0dbb716735cb (diff) | |
download | redot-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.h | 2 |
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; |