1
0
Fork 0
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:
jules 2012-07-26 15:32:34 +01:00
parent 00ff36f0e6
commit e3537ba57a
37 changed files with 34 additions and 608 deletions

View file

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