Browse Source

Remove found dead code

Pedro J. Estébanez 9 năm trước cách đây
mục cha
commit
3df26825b4
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  1. 0 6
      scene/resources/mesh.cpp

+ 0 - 6
scene/resources/mesh.cpp

@@ -149,12 +149,6 @@ bool Mesh::_set(const StringName& p_name, const Variant& p_value) {
 		return true;
 		return true;
 	}
 	}
 
 
-	if (what=="custom_aabb") {
-
-		surface_set_custom_aabb(idx,p_value);
-		return true;
-	}
-
 	return false;
 	return false;
 }
 }