Remove redundant code

This commit is contained in:
Simon Kornblith 2012-02-12 23:35:39 -05:00
parent c5a2572c91
commit a01fcd360f

View file

@ -330,10 +330,6 @@ function isStandalone() {
*/ */
function ZoteroCommandLineHandler() {} function ZoteroCommandLineHandler() {}
ZoteroCommandLineHandler.prototype = { ZoteroCommandLineHandler.prototype = {
/* nsISupports */
QueryInterface : XPCOMUtils.generateQI([Components.interfaces.nsICommandLineHandler,
Components.interfaces.nsIFactory, Components.interfaces.nsISupports]),
/* nsICommandLineHandler */ /* nsICommandLineHandler */
handle : function(cmdLine) { handle : function(cmdLine) {
// handler for Zotero integration commands // handler for Zotero integration commands