Remove found dead code

This commit is contained in:
Pedro J. Estébanez 2016-06-07 13:46:31 +02:00
parent aed5474238
commit 3df26825b4

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