From: Fred Drake Date: Mon, 9 Mar 1998 16:40:31 +0000 (+0000) Subject: Remove \newif relating to index support; no longer needed. Index control X-Git-Tag: v1.5.1~433 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97c73c83ed41d1b80405c4dce218a7ac44978fb1;p=thirdparty%2FPython%2Fcpython.git Remove \newif relating to index support; no longer needed. Index control is now shared and located solely in python.sty. --- diff --git a/Doc/texinputs/howto.cls b/Doc/texinputs/howto.cls index df1099def5c3..ab5bb9188f6f 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} diff --git a/Doc/texinputs/manual.cls b/Doc/texinputs/manual.cls index 2e7f40ec0b6b..46d6911aad90 100644 --- a/Doc/texinputs/manual.cls +++ b/Doc/texinputs/manual.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\@usemoduleindextrue \RequirePackage{python}