Remove empty constructors and destructors from editor/

This commit is contained in:
kobewi 2025-03-11 21:02:42 +01:00
parent 9e6ee9c5c3
commit 6f25babd6b
199 changed files with 1 additions and 577 deletions

View file

@ -48,8 +48,6 @@ protected:
public:
void set_dict(const Dictionary &p_dict);
Dictionary get_dict();
EditorPropertyFontMetaObject() {}
};
/*************************************************************************/
@ -72,8 +70,6 @@ public:
void set_defaults(const Dictionary &p_dict);
Dictionary get_defaults();
EditorPropertyFontOTObject() {}
};
/*************************************************************************/
@ -228,8 +224,6 @@ public:
virtual Size2 get_minimum_size() const override;
void set_data(const Ref<Font> &p_f);
FontPreview();
};
/*************************************************************************/