hgweb: remove unused Graph() properties
authorAnton Shestakov <av6@dwimlabs.net>
Sat, 25 Nov 2017 16:01:27 +0800
changeset 35135 e46f0b653002
parent 35134 bd957ee85a6b
child 35136 82680919d75e
hgweb: remove unused Graph() properties Both of these were introduced in 0dba955c2636, but were already unused.
mercurial/templates/static/mercurial.js
--- a/mercurial/templates/static/mercurial.js	Sat Nov 25 15:42:24 2017 +0800
+++ b/mercurial/templates/static/mercurial.js	Sat Nov 25 16:01:27 2017 +0800
@@ -30,11 +30,9 @@
 	this.ctx.strokeStyle = 'rgb(0, 0, 0)';
 	this.ctx.fillStyle = 'rgb(0, 0, 0)';
 	this.cur = [0, 0];
-	this.line_width = 3;
 	this.bg = [0, 4];
 	this.cell = [2, 0];
 	this.columns = 0;
-	this.revlink = '';
 
 	this.reset = function() {
 		this.bg = [0, 4];