diff --git a/deluge/ui/web/js/Deluge.Preferences.js b/deluge/ui/web/js/Deluge.Preferences.js index bcb13050e..bca22e2f8 100644 --- a/deluge/ui/web/js/Deluge.Preferences.js +++ b/deluge/ui/web/js/Deluge.Preferences.js @@ -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);