diff --git a/src/dialogxml/widgets/button.hpp b/src/dialogxml/widgets/button.hpp index a7d31b47..9f73eb63 100644 --- a/src/dialogxml/widgets/button.hpp +++ b/src/dialogxml/widgets/button.hpp @@ -65,7 +65,6 @@ public: } cButton& operator=(cButton& other) = delete; cButton(cButton& other) = delete; - void setTextSize(short size) { textSize = size; } protected: /// The type of button. eBtnType type;