hgweb: remove unused Graph.cur property
authorAnton Shestakov <av6@dwimlabs.net>
Wed, 06 Dec 2017 11:59:19 +0800
changeset 35253 c2e2437f2b2e
parent 35252 5d176979eb13
child 35254 9c99541e3d56
hgweb: remove unused Graph.cur property It was introduced in 0dba955c2636, but was already unused. I missed it in e46f0b653002.
mercurial/templates/static/mercurial.js
--- a/mercurial/templates/static/mercurial.js	Tue Dec 05 16:58:00 2017 -0500
+++ b/mercurial/templates/static/mercurial.js	Wed Dec 06 11:59:19 2017 +0800
@@ -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;