Skip to content

Commit

Permalink
removed GridBroadphase for now. Can add it back later, but right now …
Browse files Browse the repository at this point in the history
…its just a waste of space and adds confusion
  • Loading branch information
schteppe committed Jul 8, 2015
1 parent 29afe7e commit e90c672
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 151 deletions.
118 changes: 0 additions & 118 deletions src/collision/GridBroadphase.js

This file was deleted.

1 change: 0 additions & 1 deletion src/p2.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ var p2 = module.exports = {
FrictionEquation : require('./equations/FrictionEquation'),
FrictionEquationPool : require('./utils/FrictionEquationPool'),
GearConstraint : require('./constraints/GearConstraint'),
GridBroadphase : require('./collision/GridBroadphase'),
GSSolver : require('./solver/GSSolver'),
Heightfield : require('./shapes/Heightfield'),
Line : require('./shapes/Line'),
Expand Down
32 changes: 0 additions & 32 deletions test/collision/GridBroadphase.js

This file was deleted.

0 comments on commit e90c672

Please sign in to comment.