mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Remove empty constructors and destructors from core/
This commit is contained in:
@@ -44,8 +44,6 @@ struct PrintHandlerList {
|
||||
void *userdata = nullptr;
|
||||
|
||||
PrintHandlerList *next = nullptr;
|
||||
|
||||
PrintHandlerList() {}
|
||||
};
|
||||
|
||||
String stringify_variants(const Span<Variant> &p_vars);
|
||||
|
||||
Reference in New Issue
Block a user