summaryrefslogtreecommitdiff
path: root/scene/resources
diff options
context:
space:
mode:
authorPedro J. Estébanez <pedrojrulez@gmail.com>2016-06-07 13:46:31 +0200
committerPedro J. Estébanez <pedrojrulez@gmail.com>2016-06-07 13:46:31 +0200
commit3df26825b4e85ec5fbc4ae0679b3c12c84ae56f5 (patch)
tree710f514d5838e0a884cd163aa0e6bdf642c3658d /scene/resources
parentaed547423825af99fbd5112c39c7e3c33fc2200f (diff)
Remove found dead code
Diffstat (limited to 'scene/resources')
-rw-r--r--scene/resources/mesh.cpp6
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;
}