ui: delete empty function bodies

This commit is contained in:
Jan Engelhardt
2024-11-03 11:23:33 +01:00
parent ab0e1c7f5b
commit 9687cd5e27
14 changed files with 3 additions and 92 deletions

View File

@@ -135,10 +135,6 @@ int UIButton::m_ButtonFont;
// This is a simple 2 state button (push down or push up)
// Buttons have properties of gadgets, plus bitmap information per state.
UIButton::UIButton() {}
UIButton::~UIButton() {}
// if text = NULL, no text printed out.
void UIButton::Create(UIWindow *parent, int id, UIItem *item, int x, int y, int w, int h, int flags) {
if (item) {