1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Tidy up some unused public declarations

This commit is contained in:
Tom Poole 2023-08-11 09:48:38 +01:00
parent 82f1fd57a4
commit 057fd5037e

View file

@ -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;