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:
parent
82f1fd57a4
commit
057fd5037e
1 changed files with 3 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue