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

@@ -42,10 +42,6 @@
#include "log.h"
#include "pserror.h"
UIObject::UIObject() {}
UIObject::~UIObject() {}
// obj = NULL, then this object has no parent: it is an independent entity.
void UIObject::Create(int x, int y, int w, int h) {
ASSERT(!m_Created);