mirror of
https://github.com/zotero/zotero.git
synced 2026-09-24 00:51:37 +00:00
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
Reference in a new issue