summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2010-01-13 09:58:42 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2010-01-13 09:58:42 (GMT)
commit169bc962deb49f2efa0a890192830cb779bf10f9 (patch)
tree8673ed4bc905523677bf5f3b2e9c733b7d59ac49
parent32e32e5153bab37e47ce1efb571b71172c38eaa6 (diff)
downloadtcl-169bc962deb49f2efa0a890192830cb779bf10f9.zip
tcl-169bc962deb49f2efa0a890192830cb779bf10f9.tar.gz
tcl-169bc962deb49f2efa0a890192830cb779bf10f9.tar.bz2
Another useless special case removed
-rwxr-xr-xtools/tcltk-man2html.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl
index 6aeb391..bed64c9 100755
--- a/tools/tcltk-man2html.tcl
+++ b/tools/tcltk-man2html.tcl
@@ -796,7 +796,6 @@ set ensemble_commands {
}
array set exclude_refs_map {
history.n {exec}
- source.n {text}
canvas.n {bitmap text}
checkbutton.n {image}
menu.n {checkbutton radiobutton}