Remove superfluous lines

This commit is contained in:
Jonas Kulla 2015-02-10 15:53:58 +01:00
parent c328ebee04
commit a4b1be1da5
1 changed files with 8 additions and 10 deletions

View File

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