Remove legacy meter setting from love.physics.newWorld

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-25 11:32:46 -04:00
parent 5cd2ce05fd
commit b6f3d2114f
3 changed files with 3 additions and 6 deletions
+1 -2
View File
@@ -72,9 +72,8 @@ namespace box2d
* @param gx Gravity along x-axis.
* @param gy Gravity along y-axis.
* @param sleep Whether the World allows sleep.
* @param meter The scale in px/m.
**/
World * newWorld(float gx, float gy, bool sleep, int meter);
World * newWorld(float gx, float gy, bool sleep);
/**
* Creates a new Body at the specified position.