diff options
author | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2016-06-07 13:46:31 +0200 |
---|---|---|
committer | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2016-06-07 13:46:31 +0200 |
commit | 3df26825b4e85ec5fbc4ae0679b3c12c84ae56f5 (patch) | |
tree | 710f514d5838e0a884cd163aa0e6bdf642c3658d /scene/resources | |
parent | aed547423825af99fbd5112c39c7e3c33fc2200f (diff) |
Remove found dead code
Diffstat (limited to 'scene/resources')
-rw-r--r-- | scene/resources/mesh.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scene/resources/mesh.cpp b/scene/resources/mesh.cpp index e6356d3366..a1a1f0a935 100644 --- a/scene/resources/mesh.cpp +++ b/scene/resources/mesh.cpp @@ -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; } |