You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Remove found dead code
This commit is contained in:
@@ -149,12 +149,6 @@ bool Mesh::_set(const StringName& p_name, const Variant& p_value) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (what=="custom_aabb") {
|
||||
|
||||
surface_set_custom_aabb(idx,p_value);
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user