mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-07 20:00:07 -04:00
ui: delete empty function bodies
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user