Remove superfluous lines
This commit is contained in:
parent
c328ebee04
commit
a4b1be1da5
|
@ -86,9 +86,7 @@ public:
|
||||||
|
|
||||||
const Font &operator=(const Font &o);
|
const Font &operator=(const Font &o);
|
||||||
|
|
||||||
const char *getName() const;
|
DECL_ATTR( Name, const char * )
|
||||||
void setName(const char *value);
|
|
||||||
|
|
||||||
DECL_ATTR( Size, int )
|
DECL_ATTR( Size, int )
|
||||||
DECL_ATTR( Bold, bool )
|
DECL_ATTR( Bold, bool )
|
||||||
DECL_ATTR( Italic, bool )
|
DECL_ATTR( Italic, bool )
|
||||||
|
|
Loading…
Reference in New Issue