diff --git a/forms/ComplexTableField.php b/forms/ComplexTableField.php index 5340e8485..c4ef0bb9b 100755 --- a/forms/ComplexTableField.php +++ b/forms/ComplexTableField.php @@ -318,18 +318,6 @@ JS; function Title() { return $this->addTitle ? $this->addTitle : parent::Title(); } - - /** - * Returns the content of this formfield without surrounding layout. Triggered by Javascript - * to update content after a DetailForm-save-action. - * - * @deprecated Use the field link itself, instead - Form/fields/TableFieldName - * @return String - */ - function ajax_render() { - user_error("Deprecated; access the field's root link instead", E_USER_NOTICE); - return $this->renderWith($this->template); - } /** * Calculates the number of columns needed for colspans