diff options
| author | Alexander Pickering <alex@cogarr.net> | 2018-06-30 21:20:51 -0600 |
|---|---|---|
| committer | Alexander Pickering <alex@cogarr.net> | 2018-06-30 21:20:51 -0600 |
| commit | 06203d8767e7da55deb4947c7660ff0136a31f29 (patch) | |
| tree | 91bc57f8b6372d5d585e3bd83b366421d8da8855 /src/client/lua_api/phys/cbphysbox.cpp | |
| parent | e2568651c4dc1e42f123b6e8e8c7597ed50fd355 (diff) | |
| download | brokengine-06203d8767e7da55deb4947c7660ff0136a31f29.tar.gz brokengine-06203d8767e7da55deb4947c7660ff0136a31f29.tar.bz2 brokengine-06203d8767e7da55deb4947c7660ff0136a31f29.zip | |
Removed some dead code
Removed a lot of commented out old code
Diffstat (limited to 'src/client/lua_api/phys/cbphysbox.cpp')
| -rw-r--r-- | src/client/lua_api/phys/cbphysbox.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/client/lua_api/phys/cbphysbox.cpp b/src/client/lua_api/phys/cbphysbox.cpp index 0baf45a..94d199f 100644 --- a/src/client/lua_api/phys/cbphysbox.cpp +++ b/src/client/lua_api/phys/cbphysbox.cpp @@ -26,19 +26,6 @@ extern IrrlichtDevice* device; extern btDiscreteDynamicsWorld* World; extern std::list<btRigidBody*> Objects; -/* -static LBPhysNode* checkisbphysbox(lua_State* L, int index){ - void* ud = luaL_checkudata(L,index,"phys.physbox"); - luaL_argcheck(L,ud != NULL, index, "'phys.physbox' expected"); - return (LBPhysNode*) ud; -} -*/ - -/* -static LISceneNode* checkismesh(lua_State* L){ - return checkismesh(L,1); -} -*/ //phys.newphysbox({vector3 size},{vector3 origin},mass) static int newcbphysbox(lua_State* L){// |
