diff options
author | Fred Drake <fdrake@acm.org> | 1998-03-09 16:40:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-03-09 16:40:31 (GMT) |
commit | 97c73c83ed41d1b80405c4dce218a7ac44978fb1 (patch) | |
tree | 60693e0dc94efee4cad1e7c27ec2724cbc361509 /Doc/texinputs/howto.cls | |
parent | 7d20ffe245663ff824de544f574470d2b759059f (diff) | |
download | cpython-97c73c83ed41d1b80405c4dce218a7ac44978fb1.zip cpython-97c73c83ed41d1b80405c4dce218a7ac44978fb1.tar.gz cpython-97c73c83ed41d1b80405c4dce218a7ac44978fb1.tar.bz2 |
Remove \newif relating to index support; no longer needed. Index control
is now shared and located solely in python.sty.
Diffstat (limited to 'Doc/texinputs/howto.cls')
-rw-r--r-- | Doc/texinputs/howto.cls | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/texinputs/howto.cls b/Doc/texinputs/howto.cls index df1099d..ab5bb91 100644 --- a/Doc/texinputs/howto.cls +++ b/Doc/texinputs/howto.cls @@ -37,7 +37,6 @@ % This gives us all the Python-specific markup that we really want. % This should come last. Do not change this. % -\newif\if@usemoduleindex\@usemoduleindexfalse \RequirePackage{python} |