Skip to content

Commit e88e911

Browse files
committed
Removed launch
1 parent 802bcf2 commit e88e911

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

vicutils/pdf/pdf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,6 +1640,4 @@ def launchGui():
16401640
"""
16411641
root = tk.Tk()
16421642
app = PdfCompactorApp(root)
1643-
root.mainloop()
1644-
1645-
launchGui()
1643+
root.mainloop()

0 commit comments

Comments
 (0)