From e386002cf97534d8a6c7bd92d472eb4089ab95b4 Mon Sep 17 00:00:00 2001 From: "mvl%exedo.nl" Date: Mon, 14 Mar 2005 18:43:10 +0000 Subject: [PATCH] Remove extra definition of WeekView.prototype.getNewEventDate() bug 285220, patch by gekacheka@yahoo.com, r=me --- calendar/resources/content/weekView.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/calendar/resources/content/weekView.js b/calendar/resources/content/weekView.js index 631733b173af..508bdbb5db09 100644 --- a/calendar/resources/content/weekView.js +++ b/calendar/resources/content/weekView.js @@ -576,16 +576,6 @@ WeekView.prototype.refreshDisplay = function( ) this.hiliteTodaysDate( ); } -/** PUBLIC -* -* This is called when we are about the make a new event -* and we want to know what the default start date should be for the event. -*/ -WeekView.prototype.getNewEventDate = function( ) -{ - return this.calendarWindow.getSelectedDate(); -} - /** PUBLIC * * Go to the next week.