Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
bagnell committed Mar 23, 2016
1 parent 63812cf commit 1bc2db6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Scene/Scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,6 @@ define([

var viewportX = viewport.x;
var viewportWidth = viewport.width;
var width;

if (x === 0.0 || windowCoordinates.x <= 0.0 || windowCoordinates.x >= context.drawingBufferWidth) {
executeCommandsInViewport(true, scene, passState, backgroundColor, picking);
Expand Down

0 comments on commit 1bc2db6

Please sign in to comment.