diff --git a/forms/FileField.php b/forms/FileField.php index 6b1b8d210..2dfd6d100 100644 --- a/forms/FileField.php +++ b/forms/FileField.php @@ -43,30 +43,6 @@ */ class FileField extends FormField { - /** - * Restrict filesize for either all filetypes - * or a specific extension, with extension-name - * as array-key and the size-restriction in bytes as array-value. - * - * @deprecated 2.5 - * @var array - */ - public $allowedMaxFileSize = array(); - - /** - * @var array Collection of extensions. - * Extension-names are treated case-insensitive. - * - * Example: - * - * array("jpg","GIF") - * - * - * @deprecated 2.5 - * @var array - */ - public $allowedExtensions = array(); - /** * Flag to automatically determine and save a has_one-relationship * on the saved record (e.g. a "Player" has_one "PlayerImage" would @@ -223,4 +199,4 @@ class FileField extends FormField { $this->upload = $upload; } -} \ No newline at end of file +}