diff mercurial/templates/static/mercurial.js @ 35135:e46f0b653002

hgweb: remove unused Graph() properties Both of these were introduced in 0dba955c2636, but were already unused.
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 25 Nov 2017 16:01:27 +0800
parents 5f82e26cbed1
children ccf86aa5797c
line wrap: on
line diff
--- 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];