diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-13 09:58:42 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-13 09:58:42 (GMT) |
commit | a66f8d027cfa93a76a8c917c91f30f678d1c671b (patch) | |
tree | 8673ed4bc905523677bf5f3b2e9c733b7d59ac49 /tools | |
parent | a399efb99d61fd87606a8b8cf4b86f371c577269 (diff) | |
download | tcl-a66f8d027cfa93a76a8c917c91f30f678d1c671b.zip tcl-a66f8d027cfa93a76a8c917c91f30f678d1c671b.tar.gz tcl-a66f8d027cfa93a76a8c917c91f30f678d1c671b.tar.bz2 |
Another useless special case removed
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/tcltk-man2html.tcl | 1 |
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} |