Merge pull request #5085 from RandomShaper/remove-unreachable-code
Remove found dead code
This commit is contained in:
commit
40944ddffb
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue