tests/test-hgweb-empty.t
changeset 16137 8fd18eb8aab7
parent 15446 c5c9ca3719f9
child 16913 f2719b387380
--- a/tests/test-hgweb-empty.t	Mon Feb 20 16:42:51 2012 -0600
+++ b/tests/test-hgweb-empty.t	Fri Feb 17 16:49:43 2012 +0100
@@ -250,16 +250,6 @@
   var graph = new Graph();
   graph.scale(39);
   
-  graph.edge = function(x0, y0, x1, y1, color) {
-  	
-  	this.setColor(color, 0.0, 0.65);
-  	this.ctx.beginPath();
-  	this.ctx.moveTo(x0, y0);
-  	this.ctx.lineTo(x1, y1);
-  	this.ctx.stroke();
-  	
-  }
-  
   var revlink = '<li style="_STYLE"><span class="desc">';
   revlink += '<a href="/rev/_NODEID" title="_NODEID">_DESC</a>';
   revlink += '</span>_TAGS<span class="info">_DATE, by _USER</span></li>';