Skip to content

Commit 289b5b2

Browse files
committed
Removed un-used vars.
1 parent 9ddcc5d commit 289b5b2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/physics/p2/World.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -540,11 +540,6 @@ Phaser.Physics.P2.prototype = {
540540
if (typeof bottom === 'undefined') { bottom = true; }
541541
if (typeof setCollisionGroup === 'undefined') { setCollisionGroup = true; }
542542

543-
var hw = (width / 2);
544-
var hh = (height / 2);
545-
var cx = hw + x;
546-
var cy = hh + y;
547-
548543
if (this.walls.left)
549544
{
550545
this.world.removeBody(this.walls.left);

0 commit comments

Comments
 (0)