From 3df26825b4e85ec5fbc4ae0679b3c12c84ae56f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20J=2E=20Est=C3=A9banez?= Date: Tue, 7 Jun 2016 13:46:31 +0200 Subject: [PATCH] Remove found dead code --- scene/resources/mesh.cpp | 6 ------ 1 file changed, 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; }