From: Jordan Lee Date: Fri, 19 Oct 2012 17:21:45 +0000 (+0000) Subject: remove unused functions X-Git-Tag: 2.74~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fcf5690476f1f8fd888b9546c17de16434b66156;p=transmission remove unused functions --- diff --git a/web/javascript/torrent-row.js b/web/javascript/torrent-row.js index 40334a0b7..fc4715203 100644 --- a/web/javascript/torrent-row.js +++ b/web/javascript/torrent-row.js @@ -387,13 +387,6 @@ TorrentRow.prototype = isSelected: function() { return this.getElement().className.indexOf('selected') !== -1; }, - setSelected: function(flag) { - $(this.getElement()).toggleClass('selected', flag); - }, - - getToggleRunningButton: function() { - return this.getElement()._toggle_running_button; - }, getTorrent: function() { return this._torrent;