specials/forms: Remove unused UploadForm::$mMaxFileSize

Added with wrong name in 9fb510f31d (r83218)
The correct named mMaxUploadSize was added in 29e672787c (r109554)

Change-Id: Ib0402017e602ad3e79b7ffbb5b02bcedae1fab6b
This commit is contained in:
Umherirrender 2024-09-07 12:19:06 +02:00
parent 64475f3edf
commit ba8b42bf83

View file

@ -50,8 +50,6 @@ class UploadForm extends HTMLForm {
protected $mSourceIds;
protected $mMaxFileSize = [];
/** @var array */
protected $mMaxUploadSize = [];