From: Barry Warsaw Date: Wed, 18 Apr 2001 03:52:54 +0000 (+0000) Subject: __init__(): Removed unused local variable reported by PyChecker. X-Git-Tag: v2.2a3~2006 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31c2dae39c8d59a874a77bd8c5acee2d918efd38;p=thirdparty%2FPython%2Fcpython.git __init__(): Removed unused local variable reported by PyChecker. --- diff --git a/Tools/pynche/TextViewer.py b/Tools/pynche/TextViewer.py index d971ecafd62b..30a87f73bced 100644 --- a/Tools/pynche/TextViewer.py +++ b/Tools/pynche/TextViewer.py @@ -101,7 +101,6 @@ and choosing a color.''')) # # radios self.__radios = [] - val = 0 for col in (1, 2): for row in (2, 3, 4): # there is no insertforeground option