diff --git a/deluge/core/torrent.py b/deluge/core/torrent.py index 1be3c66b7..5267dd306 100644 --- a/deluge/core/torrent.py +++ b/deluge/core/torrent.py @@ -151,13 +151,6 @@ class Torrent: self.state = TORRENT_STATE[state] except: pass - - def get_save_info(self): - """Returns the state of this torrent for saving to the session state""" - status = self.handle.status() - return (self.torrent_id, self.filename, self.compact, status.paused, - self.save_path, self.total_uploaded + status.total_payload_upload, - self.trackers) def get_eta(self): """Returns the ETA in seconds for this torrent"""