BButton: Removed dead code

Remove methods _DrawDefault() and _DrawFocusLine() which were used for
the non-BControlLook drawing.
This commit is contained in:
Ingo Weinhold
2013-12-30 04:18:33 +01:00
parent 142345a54f
commit 813c5772c9
2 changed files with 0 additions and 45 deletions
-4
View File
@@ -94,10 +94,6 @@ private:
BButton& operator=(const BButton &);
BSize _ValidatePreferredSize();
BRect _DrawDefault(BRect bounds, bool enabled);
void _DrawFocusLine(float x, float y, float width,
bool bVisible);
inline bool _Flag(uint32 flag) const;
inline bool _SetFlag(uint32 flag, bool set);