Skip to content

Commit

Permalink
Removed unused properties
Browse files Browse the repository at this point in the history
  • Loading branch information
nmatuschek committed Aug 9, 2024
1 parent 856b70d commit 443a65d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class ilAuthLogoutPageEditorGUI
private ilLanguage $lng;
private ilGlobalTemplateInterface $tpl;
private ilTabsGUI $tabs;
private ilToolbarGUI $toolbar;
private ilRbacSystem $rbacsystem;
private ilSetting $setting;
private ilErrorHandling $ilErr;
Expand All @@ -43,8 +42,6 @@ class ilAuthLogoutPageEditorGUI
private \ILIAS\Style\Content\Object\ObjectFacade $content_style_domain;
private ?string $redirect_source = null;
private ?int $key = null;
private array $visible_languages = [];
private array $languages = [];

public function __construct(int $a_ref_id)
{
Expand All @@ -53,7 +50,6 @@ public function __construct(int $a_ref_id)
$this->ctrl = $DIC->ctrl();
$this->tpl = $DIC->ui()->mainTemplate();
$this->tabs = $DIC->tabs();
$this->toolbar = $DIC->toolbar();
$this->rbacsystem = $DIC->rbac()->system();
$this->setting = $DIC->settings();
$this->ilErr = $DIC['ilErr'];
Expand Down

0 comments on commit 443a65d

Please sign in to comment.