Merge pull request #5085 from RandomShaper/remove-unreachable-code

Remove found dead code
This commit is contained in:
Rémi Verschelde 2016-06-19 12:45:36 +02:00 committed by GitHub
commit 40944ddffb

View file

@ -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;
}