From a39a5ca8924c427f534cf5cec8eeb0f761dc477b Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 22 Dec 2009 08:24:38 +0000 Subject: [PATCH] Remove unnecessary line --- chrome/content/zotero/bindings/itembox.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml index baeb63f7c..f4ad65ff3 100644 --- a/chrome/content/zotero/bindings/itembox.xml +++ b/chrome/content/zotero/bindings/itembox.xml @@ -959,7 +959,6 @@ // when title will be transferred if (this.item.itemTypeID == bookTypeID && itemTypeID == bookSectionTypeID) { var titleFieldID = Zotero.ItemFields.getID('title'); - var bookTitleFieldID = Zotero.ItemFields.getID('bookTitle'); var shortTitleFieldID = Zotero.ItemFields.getID('shortTitle'); if (this.item.getField(titleFieldID) && this.item.getField(shortTitleFieldID)) { if (!fieldsToDelete) {