diff --git a/mercurial/templates/static/mercurial.js b/mercurial/templates/static/mercurial.js
index 5d176979eb1331177f55523302a089c1b19df6fa_bWVyY3VyaWFsL3RlbXBsYXRlcy9zdGF0aWMvbWVyY3VyaWFsLmpz..c2e2437f2b2e1140e00802cbb80d0e287bb375db_bWVyY3VyaWFsL3RlbXBsYXRlcy9zdGF0aWMvbWVyY3VyaWFsLmpz 100644
--- a/mercurial/templates/static/mercurial.js
+++ b/mercurial/templates/static/mercurial.js
@@ -29,7 +29,6 @@
 	this.ctx = this.canvas.getContext('2d');
 	this.ctx.strokeStyle = 'rgb(0, 0, 0)';
 	this.ctx.fillStyle = 'rgb(0, 0, 0)';
-	this.cur = [0, 0];
 	this.bg = [0, 4];
 	this.cell = [2, 0];
 	this.columns = 0;