remove call to getFields as it's no longer required

This commit is contained in:
Damien Churchill 2009-04-21 23:46:04 +00:00
parent 8bac2b4597
commit d916d36603
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ Ext.deluge.details.DetailsTab = Ext.extend(Ext.Panel, {
},
update: function(torrentId) {
if (!this.fields) this.getFields();
Deluge.Client.core.get_torrent_status(torrentId, Deluge.Keys.Details, {
success: this.onRequestComplete,
scope: this,