Browse Source

Removed a piece of code I forgot to delete

Alex Szpakowski 11 years ago
parent
commit
c6c32dee17
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/modules/physics/box2d/wrap_Physics.cpp

+ 0 - 1
src/modules/physics/box2d/wrap_Physics.cpp

@@ -49,7 +49,6 @@ namespace physics
 namespace box2d
 {
 
-static Physics *instance = 0;
 #define instance() (Module::getInstance<Physics>(Module::M_PHYSICS))
 
 int w_newWorld(lua_State *L)