From 31c2dae39c8d59a874a77bd8c5acee2d918efd38 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 18 Apr 2001 03:52:54 +0000 Subject: [PATCH] __init__(): Removed unused local variable reported by PyChecker. --- Tools/pynche/TextViewer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tools/pynche/TextViewer.py b/Tools/pynche/TextViewer.py index d971ecafd6..30a87f73bc 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 -- 2.49.0