From 172bb1a8cda2722b6330f6204eb24b129bed039f Mon Sep 17 00:00:00 2001 From: "mvl%exedo.nl" Date: Sun, 11 Mar 2007 18:44:12 +0000 Subject: [PATCH] bustage fix from bug 370079 --- calendar/base/content/import-export.js | 1 - 1 file changed, 1 deletion(-) diff --git a/calendar/base/content/import-export.js b/calendar/base/content/import-export.js index 36f2db4a5031..1a178679df5a 100644 --- a/calendar/base/content/import-export.js +++ b/calendar/base/content/import-export.js @@ -107,7 +107,6 @@ function loadEventsFromFile(aCalendar) } catch(ex) { - var strbundle = getCalStringBundle(); switch (ex.result) { case Components.interfaces.calIErrors.INVALID_TIMEZONE: showError(calGetString("calendar", "timezoneError", [filePath] , 1));