diff --git a/mercurial/templates/static/mercurial.js b/mercurial/templates/static/mercurial.js index bd957ee85a6b88cb98cd7913698ed3e13a11f5b5_bWVyY3VyaWFsL3RlbXBsYXRlcy9zdGF0aWMvbWVyY3VyaWFsLmpz..e46f0b653002b1541d7eadab2edd00fd208bf2f8_bWVyY3VyaWFsL3RlbXBsYXRlcy9zdGF0aWMvbWVyY3VyaWFsLmpz 100644 --- a/mercurial/templates/static/mercurial.js +++ b/mercurial/templates/static/mercurial.js @@ -30,7 +30,6 @@ 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; @@ -34,7 +33,6 @@ this.bg = [0, 4]; this.cell = [2, 0]; this.columns = 0; - this.revlink = ''; this.reset = function() { this.bg = [0, 4];