]> granicus.if.org Git - transmission/commitdiff
remove unused functions
authorJordan Lee <jordan@transmissionbt.com>
Fri, 19 Oct 2012 17:21:45 +0000 (17:21 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Fri, 19 Oct 2012 17:21:45 +0000 (17:21 +0000)
web/javascript/torrent-row.js

index 40334a0b76506da14fd14f3785c53aed93e078ec..fc4715203e6583e653776b2a5a91648091f6228c 100644 (file)
@@ -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;