Removed an unused variable.

This commit is contained in:
William Povell
2013-05-21 21:38:31 -04:00
parent 140cef972a
commit 8e3cb8e37f

View File

@ -92,7 +92,6 @@ def load_images(imgNames):
for imageName in imgNames:
img = open(imageName)
loadedImgs = {}
first = True
imgList = ''
imgLine = ' '
name = img.readline().replace('\n', '')