changeset 35253:c2e2437f2b2e

hgweb: remove unused Graph.cur property It was introduced in 0dba955c2636, but was already unused. I missed it in e46f0b653002.
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 06 Dec 2017 11:59:19 +0800
parents 5d176979eb13
children 9c99541e3d56
files mercurial/templates/static/mercurial.js
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;