diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-13 22:23:30 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-13 22:23:30 (GMT) |
commit | 3e9ce54eff219c15151026a64c35e52b56343610 (patch) | |
tree | 8be7af5faa981f301c44c55ce9913fbbf0c01a66 /Doc | |
parent | a809064166ed005f66e5d701a8088a90b787e657 (diff) | |
download | cpython-3e9ce54eff219c15151026a64c35e52b56343610.zip cpython-3e9ce54eff219c15151026a64c35e52b56343610.tar.gz cpython-3e9ce54eff219c15151026a64c35e52b56343610.tar.bz2 |
Removed one hack!
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/myformat.perl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/myformat.perl b/Doc/myformat.perl index 90751b0..054e969 100644 --- a/Doc/myformat.perl +++ b/Doc/myformat.perl @@ -186,8 +186,6 @@ sub do_cmd_refstmodindex{ &my_module_index_helper('standard', @_, 'REF'); } sub do_cmd_nodename{ &do_cmd_label(@_); } -sub do_cmd_mytableofcontents{ @_[0]; } - sub init_myformat{ # XXX need some way for this to be called after &initialise; # <<2>>...<<2>> |