update_yourself(): Removed unused local variable reported by

PyChecker.
This commit is contained in:
Barry Warsaw 2001-04-18 03:53:29 +00:00
parent 31c2dae39c
commit 2720d380e9
1 changed files with 0 additions and 1 deletions

View File

@ -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