Remove unused SpecialNotificationsMarkRead::$eventId

Change-Id: I37b647fb1bb35b13d72c56619db6d4007db61f82
This commit is contained in:
Umherirrender 2020-12-17 19:05:58 +01:00
parent 3f68ee2d66
commit 1a922d4443

View file

@ -9,8 +9,6 @@
* page should normally not need to be visited directly.
*/
class SpecialNotificationsMarkRead extends FormSpecialPage {
protected $eventId;
public function __construct() {
parent::__construct( 'NotificationsMarkRead' );
}