1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-29 16:16:38 +00:00

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

@@ -58,9 +58,6 @@ CollisionShape3DGizmoPlugin::CollisionShape3DGizmoPlugin() {
create_handle_material("handles");
}
CollisionShape3DGizmoPlugin::~CollisionShape3DGizmoPlugin() {
}
void CollisionShape3DGizmoPlugin::create_collision_material(const String &p_name, float p_alpha) {
Vector<Ref<StandardMaterial3D>> mats;