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 | 7 ++----- 1 file changed, 2 insertions(+), 5 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,16 +133,13 @@ public: labelTextColourId = 0x1007001 /**< the colour used for the labels next to the sliders. */ }; +private: //============================================================================== - // These need to be public otherwise the Projucer's live-build engine will complain + class SwatchComponent; class ColourSpaceView; class HueSelectorComp; class ColourPreviewComp; -private: - //============================================================================== - class SwatchComponent; - Colour colour; float h, s, v; std::unique_ptr sliders[4];