diff options
Diffstat (limited to 'Tools/pynche/TextViewer.py')
-rw-r--r-- | Tools/pynche/TextViewer.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/pynche/TextViewer.py b/Tools/pynche/TextViewer.py index d971eca..30a87f7 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 |