From 0ba649549c3f5320d41f83c4e99da3fe28c80c67 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 11 Feb 2016 05:47:05 +1100 Subject: Cleanup: remove unused radius argument --- source/blender/blenlib/BLI_kdopbvh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_kdopbvh.h') diff --git a/source/blender/blenlib/BLI_kdopbvh.h b/source/blender/blenlib/BLI_kdopbvh.h index d7ff55eda7a..f1ef1d9f9b9 100644 --- a/source/blender/blenlib/BLI_kdopbvh.h +++ b/source/blender/blenlib/BLI_kdopbvh.h @@ -141,7 +141,7 @@ int BLI_bvhtree_find_nearest( BVHTree_NearestPointCallback callback, void *userdata); int BLI_bvhtree_find_nearest_to_ray( - BVHTree *tree, const float co[3], const float dir[3], float radius, BVHTreeNearest *nearest, + BVHTree *tree, const float co[3], const float dir[3], BVHTreeNearest *nearest, BVHTree_NearestToRayCallback callback, void *userdata); int BLI_bvhtree_ray_cast_ex( -- cgit v1.2.3