remove an extra creation of the options manager

This commit is contained in:
Damien Churchill 2009-08-18 22:19:09 +00:00
parent 97163b7cb0
commit 4014b3fba9
1 changed files with 0 additions and 2 deletions

View File

@ -90,8 +90,6 @@ Ext.deluge.PreferencesWindow = Ext.extend(Ext.Window, {
this.addButton(_('Apply'), this.onApply, this);
this.addButton(_('Ok'), this.onOk, this);
this.optionsManager = new Deluge.OptionsManager();
this.pages = {};
this.optionsManager = new Deluge.OptionsManager();
this.on('show', this.onShow, this);