Skip to content

Commit

Permalink
Remove admin notices feature for removed extensions, no longer used.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jun 6, 2023
1 parent 0c973a0 commit 76cdf8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 163 deletions.
8 changes: 0 additions & 8 deletions src/Admin/AdminModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ class AdminModule {
*/
public $health;

/**
* Admin notices page.
*
* @var AdminNotices
*/
public $notices;

/**
* Admin reports page.
*
Expand Down Expand Up @@ -126,7 +119,6 @@ public function __construct( Plugin $plugin ) {
$this->settings = new AdminSettings( $plugin );
$this->dashboard = new AdminDashboard();
$this->health = new AdminHealth( $plugin );
$this->notices = new AdminNotices();
$this->reports = new AdminReports( $plugin );
$this->tour = new AdminTour( $plugin );

Expand Down
155 changes: 0 additions & 155 deletions src/Admin/AdminNotices.php

This file was deleted.

0 comments on commit 76cdf8a

Please sign in to comment.