Remove redundant code
This commit is contained in:
parent
c5a2572c91
commit
a01fcd360f
1 changed files with 0 additions and 4 deletions
|
@ -330,10 +330,6 @@ function isStandalone() {
|
|||
*/
|
||||
function ZoteroCommandLineHandler() {}
|
||||
ZoteroCommandLineHandler.prototype = {
|
||||
/* nsISupports */
|
||||
QueryInterface : XPCOMUtils.generateQI([Components.interfaces.nsICommandLineHandler,
|
||||
Components.interfaces.nsIFactory, Components.interfaces.nsISupports]),
|
||||
|
||||
/* nsICommandLineHandler */
|
||||
handle : function(cmdLine) {
|
||||
// handler for Zotero integration commands
|
||||
|
|
Loading…
Reference in a new issue