Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
This code uses prompt_open(), which was removed in
45eaaed.
  • Loading branch information
jwilk committed Mar 15, 2017
1 parent 28bc5a7 commit fbcda37
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions filechooser.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,3 @@ def set_title(self, title):

def set_current_folder(self, directory):
self.dialog.set_current_folder(directory)

if __name__ == '__main__':
print prompt_open()

0 comments on commit fbcda37

Please sign in to comment.