mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Remove empty constructors and destructors from editor/
This commit is contained in:
parent
9e6ee9c5c3
commit
6f25babd6b
199 changed files with 1 additions and 577 deletions
|
|
@ -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();
|
||||
};
|
||||
|
||||
/*************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue