Remove an unused variable.

This commit is contained in:
Panagiotis K 2017-10-12 15:16:35 +03:00
parent 0a753915ff
commit 10388b0515

View File

@ -632,7 +632,6 @@ class AbstractDownloadItem(QObject):
remember_directory: If True, remember the directory for future
downloads.
"""
global last_used_directory
filename = os.path.expanduser(filename)
self._ensure_can_set_filename(filename)