Remove redundant QueryInterface for PrefBranch2
This commit is contained in:
parent
cb8280f0ff
commit
856bbf49ab
1 changed files with 0 additions and 1 deletions
|
@ -270,7 +270,6 @@ Zotero.Prefs = new function(){
|
|||
// Methods to register a preferences observer
|
||||
//
|
||||
function register(){
|
||||
this.prefBranch.QueryInterface(Components.interfaces.nsIPrefBranch2);
|
||||
this.prefBranch.addObserver("", this, false);
|
||||
|
||||
// Register pre-set handlers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue