Index: trunk/phase3/includes/filerepo/LocalFile.php |
— | — | @@ -872,7 +872,6 @@ |
873 | 873 | } |
874 | 874 | } |
875 | 875 | |
876 | | - /** getFullPath inherited */ |
877 | 876 | /** getHashPath inherited */ |
878 | 877 | /** getRel inherited */ |
879 | 878 | /** getUrlRel inherited */ |
Index: trunk/phase3/includes/filerepo/File.php |
— | — | @@ -272,18 +272,6 @@ |
273 | 273 | } |
274 | 274 | |
275 | 275 | /** |
276 | | - * Alias for getPath() |
277 | | - * |
278 | | - * @deprecated since 1.18 Use getPath(). |
279 | | - * |
280 | | - * @return string |
281 | | - */ |
282 | | - public function getFullPath() { |
283 | | - wfDeprecated( __METHOD__ ); |
284 | | - return $this->getPath(); |
285 | | - } |
286 | | - |
287 | | - /** |
288 | 276 | * Return the width of the image. Returns false if the width is unknown |
289 | 277 | * or undefined. |
290 | 278 | * |