diff --git a/forms/Form.php b/forms/Form.php index 0308ceff3..624353cda 100644 --- a/forms/Form.php +++ b/forms/Form.php @@ -147,10 +147,6 @@ class Form extends ViewableData { } } - function unsetValidator(){ - $this->validator = null; - } - /** * Remove the {@link Validator} from this from. */