diff --git a/core/model/fieldtypes/Varchar.php b/core/model/fieldtypes/Varchar.php index b9c46ab9d..d64dffbf6 100644 --- a/core/model/fieldtypes/Varchar.php +++ b/core/model/fieldtypes/Varchar.php @@ -30,14 +30,6 @@ class Varchar extends DBField { if($this->value) return $this->value[0] . '.'; } - /** - * @deprecated 2.3 Use ATT_val() - */ - function Attr() { - user_error("Varchar::Attr() is deprecated. Use ATT_val() instead.", E_USER_NOTICE); - return Convert::raw2att($this->value); - } - /** * Ensure that the given value is an absolute URL. */