dateMenu: Remove obsolete comment

The events list has been always defined since commit ca2e09fe8b
about 2 1/2 years ago ...
This commit is contained in:
Florian Müllner 2015-02-18 06:02:37 +01:00
parent 7aa75f8eb0
commit 3ba8a578e8

View File

@ -80,10 +80,6 @@ const DateMenuButton = new Lang.Class({
this._calendar.connect('selected-date-changed',
Lang.bind(this, function(calendar, date) {
// we know this._eventList is defined here, because selected-data-changed
// only gets emitted when the user clicks a date in the calendar,
// and the calender makes those dates unclickable when instantiated with
// a null event source
this._eventList.setDate(date);
// Make the button reactive only if the selected date is not the current date.