Remove redundantly duplicated functions in cButton

This commit is contained in:
2014-12-06 00:56:07 -05:00
parent f9f90473f3
commit 9e734d5c47
3 changed files with 6 additions and 16 deletions

View File

@@ -47,12 +47,10 @@ public:
short getFormat(eFormat prop) throw(xUnsupportedProp);
void setColour(sf::Color clr) throw(xUnsupportedProp);
sf::Color getColour() throw(xUnsupportedProp);
void setBtnType(eBtnType type);
void setBtnType(eBtnType newType);
eBtnType getBtnType();
explicit cButton(cDialog* parent);
bool isClickable();
void setType(eBtnType newType);
eBtnType getType();
virtual ~cButton();
void draw();
cButton& operator=(cButton& other) = delete;