From 6cf5372bf4233cbe9ca3e73285fcb5a664e97796 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 15 Oct 2010 03:13:57 +0000 Subject: [PATCH] MINOR Removed File->setField(), doesn't have any overloaded functionality (from r107266) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112554 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- filesystem/File.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/filesystem/File.php b/filesystem/File.php index 0abccdc93..6fa12efca 100755 --- a/filesystem/File.php +++ b/filesystem/File.php @@ -464,10 +464,6 @@ class File extends DataObject { $this->setField('Filename', $this->getRelativePath()); } - function setField( $field, $value ) { - parent::setField( $field, $value ); - } - /** * Rewrite links to the $old file to now point to the $new file. *