mirror of
https://github.com/transmission/transmission
synced 2025-02-12 17:34:40 +00:00
remove unused functions
This commit is contained in:
parent
2944752972
commit
3efa1bfba4
1 changed files with 0 additions and 7 deletions
|
@ -381,11 +381,4 @@ TorrentRow.prototype =
|
||||||
getTorrentId: function() {
|
getTorrentId: function() {
|
||||||
return this.getTorrent().getId();
|
return this.getTorrent().getId();
|
||||||
},
|
},
|
||||||
isEven: function() {
|
|
||||||
return this.getElement().className.indexOf('even') != -1;
|
|
||||||
},
|
|
||||||
setEven: function(even) {
|
|
||||||
if (this.isEven() != even)
|
|
||||||
$(this.getElement()).toggleClass('even', even);
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue