From ebf18629718fd9f80225bde7cfc5a725a8812f6f Mon Sep 17 00:00:00 2001 From: nkorslund Date: Thu, 9 Oct 2008 09:29:48 +0000 Subject: [PATCH] Commented out unused function git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@51 ea6a568a-9f4f-0410-981a-c910a81bb256 --- bullet/cpp_bullet.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bullet/cpp_bullet.cpp b/bullet/cpp_bullet.cpp index 06f6b048e..83d1e8b28 100644 --- a/bullet/cpp_bullet.cpp +++ b/bullet/cpp_bullet.cpp @@ -289,6 +289,7 @@ const int cube_num_tris = 12; // Create a (trimesh) box with the given dimensions. Used for bounding // boxes. TODO: I guess we have to use the NIF-specified bounding box // for this, not our automatically calculated one. +/* extern "C" void bullet_createBox(float xmin, float ymin, float zmin, float xmax, float ymax, float zmax, float *trans, float *matrix) @@ -315,6 +316,7 @@ extern "C" void bullet_createBox(float xmin, float ymin, float zmin, cube_num_verts, vbuffer, trans, matrix); } +*/ // Create a triangle shape and insert it into the current index/vertex // array. If no array is active, create one.