From 6a12bfd521f9bb83dbf7e872b02de4e0ac690f1e Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 27 Aug 2010 19:18:56 +0000 Subject: [PATCH] Remove obsolete line --- chrome/content/zotero/xpcom/sync.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js index afbc88c9b..fc8b2005b 100644 --- a/chrome/content/zotero/xpcom/sync.js +++ b/chrome/content/zotero/xpcom/sync.js @@ -911,9 +911,6 @@ Zotero.Sync.Runner = new function () { icon.disabled = status == 'animate'; } - // Clear tooltip - _tooltip = null; - // Clear status Zotero.Sync.Runner.setSyncStatus(); }