Skip to content

Commit 06cd3e2

Browse files
committed
Remove ScheduleTimezoneStorage
Because it's nowhere used anymore.
1 parent c453559 commit 06cd3e2

File tree

2 files changed

+0
-42
lines changed

2 files changed

+0
-42
lines changed

application/controllers/ScheduleController.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use Icinga\Module\Notifications\Forms\RotationConfigForm;
1313
use Icinga\Module\Notifications\Forms\ScheduleForm;
1414
use Icinga\Module\Notifications\Model\Schedule;
15-
use Icinga\Module\Notifications\Util\ScheduleTimezoneStorage;
1615
use Icinga\Module\Notifications\Web\Control\TimezonePicker;
1716
use Icinga\Module\Notifications\Widget\Detail\ScheduleDetail;
1817
use Icinga\Module\Notifications\Widget\RecipientSuggestions;
@@ -39,8 +38,6 @@ public function indexAction(): void
3938
$this->httpNotFound(t('Schedule not found'));
4039
}
4140

42-
ScheduleTimezoneStorage::setScheduleTimezone($schedule->timezone);
43-
4441
$this->addTitleTab(sprintf(t('Schedule: %s'), $schedule->name));
4542

4643
$this->controls->addHtml(

library/Notifications/Util/ScheduleTimezoneStorage.php

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)