remove cButton::setTextSize()

This commit is contained in:
2024-11-25 19:13:53 -06:00
committed by Celtic Minstrel
parent 2b01a18bb3
commit df1e9d6bb4

View File

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