Browse Source

Tidy up some unused public declarations

v7.0.9
Tom Poole 2 years ago
parent
commit
057fd5037e
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      modules/juce_gui_extra/misc/juce_ColourSelector.h

+ 2
- 5
modules/juce_gui_extra/misc/juce_ColourSelector.h View File

@@ -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<Slider> sliders[4];


Loading…
Cancel
Save