Remove empty constructors and destructors from core/
This commit is contained in:
@ -802,9 +802,6 @@ void GDExtension::_bind_methods() {
|
||||
BIND_ENUM_CONSTANT(INITIALIZATION_LEVEL_EDITOR);
|
||||
}
|
||||
|
||||
GDExtension::GDExtension() {
|
||||
}
|
||||
|
||||
GDExtension::~GDExtension() {
|
||||
if (is_library_open()) {
|
||||
close_library();
|
||||
|
||||
@ -177,7 +177,6 @@ public:
|
||||
static void initialize_gdextensions();
|
||||
static void finalize_gdextensions();
|
||||
|
||||
GDExtension();
|
||||
~GDExtension();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user