remove unused old code

This commit is contained in:
Marcos Pinto 2007-06-24 05:27:50 +00:00
parent 27ab96fa94
commit 7484ff5bb0
1 changed files with 0 additions and 7 deletions

View File

@ -325,13 +325,6 @@ class Manager:
except OSError:
pass # No file just means it wasn't downloaded, we can continue
### UNNEEDED, fixed already above
# # Clean up empty dir
# try:
# os.rmdir(os.path.dirname(os.path.join(temp.save_dir, filename)))
# except OSError:
# pass # Perhaps it wasn't a directory...
# A function to try and reload a torrent from a previous session. This is
# used in the event that Deluge crashes and a blank state is loaded.
def add_old_torrent(self, filename, save_dir, compact):