diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2010-01-13 09:58:42 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2010-01-13 09:58:42 (GMT) |
| commit | 169bc962deb49f2efa0a890192830cb779bf10f9 (patch) | |
| tree | 8673ed4bc905523677bf5f3b2e9c733b7d59ac49 | |
| parent | 32e32e5153bab37e47ce1efb571b71172c38eaa6 (diff) | |
| download | tcl-169bc962deb49f2efa0a890192830cb779bf10f9.zip tcl-169bc962deb49f2efa0a890192830cb779bf10f9.tar.gz tcl-169bc962deb49f2efa0a890192830cb779bf10f9.tar.bz2 | |
Another useless special case removed
| -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} |
