From f10b1dbd94520466d2d0c1b6b58ab42023a3711d Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Wed, 27 Oct 2010 02:45:39 +0000 Subject: [PATCH] don't actually need isConnector --- chrome/content/zotero/xpcom/zotero.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 28c4ec58b..93dfab087 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -219,8 +219,6 @@ var Zotero = new function(){ } } - this.isConnector = false; - // OS platform var win = Components.classes["@mozilla.org/appshell/appShellService;1"] .getService(Components.interfaces.nsIAppShellService)