www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 5bfee27ab96123c6278474724bf4fd7aa6615363
parent 5bde5a106b932c761f96988b45e7221ca2117c9f
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed,  5 Jun 2013 17:55:49 -0400

Remove unused getService for VersionComparatorService

Diffstat:
Mchrome/content/zotero/xpcom/zotero.js | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -217,9 +217,6 @@ Components.utils.import("resource://gre/modules/Services.jsm"); return false; } - var versionComparator = Components.classes["@mozilla.org/xpcom/version-comparator;1"] - .getService(Components.interfaces.nsIVersionComparator); - // Load in the preferences branch for the extension Zotero.Prefs.init(); Zotero.Debug.init();