1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-04 02:28:03 +00:00

remove unused functions

This commit is contained in:
Jordan Lee 2012-10-19 17:21:45 +00:00
parent d6635829d5
commit fcf5690476

View 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;