mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 21:29:18 +00:00
remove unused functions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user