Remove a wrong line from the previous commit

This commit is contained in:
Davide Andreoli 2015-02-16 20:24:26 +01:00
parent 31a6f559b0
commit a90f1dd54d
1 changed files with 0 additions and 3 deletions

View File

@ -127,9 +127,6 @@ def image2_clicked(obj, it=None):
vbox.pack_end(im)
im.show()
im = Image(
win, size_hint_weight=EXPAND_BOTH, size_hint_align=FILL_BOTH)
vbox.show()
win.show()