From 057fd5037ecea90ef16300f6ff2c6fc96ec202e9 Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Fri, 11 Aug 2023 09:48:38 +0100 Subject: [PATCH] Tidy up some unused public declarations --- modules/juce_gui_extra/misc/juce_ColourSelector.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/modules/juce_gui_extra/misc/juce_ColourSelector.h b/modules/juce_gui_extra/misc/juce_ColourSelector.h index eb57d471d8..388c7f17b4 100644 --- a/modules/juce_gui_extra/misc/juce_ColourSelector.h +++ b/modules/juce_gui_extra/misc/juce_ColourSelector.h @@ -133,15 +133,12 @@ public: labelTextColourId = 0x1007001 /**< the colour used for the labels next to the sliders. */ }; - //============================================================================== - // These need to be public otherwise the Projucer's live-build engine will complain - class ColourSpaceView; - class HueSelectorComp; - class ColourPreviewComp; - private: //============================================================================== class SwatchComponent; + class ColourSpaceView; + class HueSelectorComp; + class ColourPreviewComp; Colour colour; float h, s, v;