remove not needed initialize call

This commit is contained in:
Damien Churchill 2009-02-19 01:21:15 +00:00
parent 6adada01e4
commit 7344d0b1a3
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ Deluge.Ui = {
Deluge.Login.Window.show(); Deluge.Login.Window.show();
Deluge.Client = new JSON.RPC('/json'); Deluge.Client = new JSON.RPC('/json');
Deluge.Details.initialize();
Deluge.SideBar = this.MainPanel.items.get('sidebar'); Deluge.SideBar = this.MainPanel.items.get('sidebar');
}, },