mirror of
https://github.com/transmission/transmission
synced 2025-03-04 02:28:03 +00:00
remove unused functions
This commit is contained in:
parent
d6635829d5
commit
fcf5690476
1 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue