mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Cleaned out some defunct ComponentBuilder code.
This commit is contained in:
parent
00ff36f0e6
commit
e3537ba57a
37 changed files with 34 additions and 608 deletions
|
|
@ -89,12 +89,6 @@ public:
|
|||
*/
|
||||
virtual Font getFont();
|
||||
|
||||
//==============================================================================
|
||||
struct Ids
|
||||
{
|
||||
static const Identifier tagType;
|
||||
};
|
||||
|
||||
protected:
|
||||
/** @internal */
|
||||
void paintButton (Graphics& g, bool isMouseOverButton, bool isButtonDown);
|
||||
|
|
@ -102,7 +96,6 @@ protected:
|
|||
void colourChanged();
|
||||
|
||||
private:
|
||||
//==============================================================================
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (TextButton);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue