diff --git a/src/File.php b/src/File.php index b1da31e8..c88dc2c2 100644 --- a/src/File.php +++ b/src/File.php @@ -1426,13 +1426,6 @@ public function canViewFile() return $this->File->canViewFile(); } - public function CMSEditLink() - { - $link = null; - $this->extend('updateCMSEditLink', $link); - return $link; - } - public function PreviewLink($action = null) { // Since AbsoluteURL can whitelist protected assets,