remove unused functions

This commit is contained in:
Jordan Lee 2011-09-03 19:13:32 +00:00
parent 2944752972
commit 3efa1bfba4
1 changed files with 0 additions and 7 deletions

View File

@ -381,11 +381,4 @@ TorrentRow.prototype =
getTorrentId: function() {
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);
}
};