Removed deprecated getFullPath(); no callers
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 20 Oct 2011 17:13:53 +0000 (17:13 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 20 Oct 2011 17:13:53 +0000 (17:13 +0000)
includes/filerepo/File.php
includes/filerepo/LocalFile.php

index afbf13e..f31b72f 100644 (file)
@@ -271,18 +271,6 @@ abstract class File {
                return $this->path;
        }
 
-       /**
-        * Alias for getPath()
-        *
-        * @deprecated since 1.18 Use getPath().
-        *
-        * @return string
-        */
-       public function getFullPath() {
-               wfDeprecated( __METHOD__ );
-               return $this->getPath();
-       }
-
        /**
         * Return the width of the image. Returns false if the width is unknown
         * or undefined.
index 70ce9f0..326d73c 100644 (file)
@@ -872,7 +872,6 @@ class LocalFile extends File {
                }
        }
 
-       /** getFullPath inherited */
        /** getHashPath inherited */
        /** getRel inherited */
        /** getUrlRel inherited */