Remove unused variable.

This commit is contained in:
Jonathan Puckey 2011-02-21 03:26:46 +01:00
parent 514fe1f0e6
commit 4c84379b5b

View file

@ -4,7 +4,6 @@ CanvasProvider = {
var canvas = this.canvases.length
? this.canvases.pop()
: document.createElement('canvas');
var cleared;
canvas.width = width;
canvas.height = height;
return canvas;