From: Barry Warsaw Date: Wed, 18 Apr 2001 03:53:29 +0000 (+0000) Subject: update_yourself(): Removed unused local variable reported by X-Git-Tag: v2.2a3~2005 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2720d380e94bb7dbbd867b04131e8d9334834d72;p=thirdparty%2FPython%2Fcpython.git update_yourself(): Removed unused local variable reported by PyChecker. --- diff --git a/Tools/pynche/ListViewer.py b/Tools/pynche/ListViewer.py index 43d9923ff40e..4b67629bdb25 100644 --- a/Tools/pynche/ListViewer.py +++ b/Tools/pynche/ListViewer.py @@ -162,7 +162,6 @@ class ListViewer: if self.__dontcenter: self.__dontcenter = 0 else: - height = canvas['height'] ig, ig, ig, y1 = canvas.coords(colortag) ig, ig, ig, y2 = canvas.coords(self.__bboxes[-1]) h = int(canvas['height']) * 0.5