hgweb/templates: remove unused vars from map-raw
annotateline contains html and it is unused
filenodelink is unused but should be defined
--- a/templates/map-raw Fri Feb 03 11:54:12 2006 +0100
+++ b/templates/map-raw Fri Feb 03 11:54:16 2006 +0100
@@ -1,14 +1,13 @@
header = header-raw.tmpl
footer = ""
changeset = changeset-raw.tmpl
-annotateline = "<tr class="parity#parity#"><td class="annotate"><a href="?cmd=changeset;node=#node#">#author#@#rev#</a></td><td><pre>#line#</pre></td></tr>"
difflineplus = "#line#"
difflineminus = "#line#"
difflineat = "#line#"
diffline = "#line#"
changesetparent = "# parent: #node#"
changesetchild = "# child: #node#"
-filenodelink = "#file|urlescape#"
+filenodelink = ""
filerevision = filerevision-raw.tmpl
fileline = "#line#"
diffblock = "#lines#"