Repair getDescriptionUrl() and getDescriptionText() Follow up to r69907 and r69908
[lhc/web/wiklou.git] / includes / filerepo / ForeignDBFile.php
index bec288f..83c12f9 100644 (file)
@@ -36,14 +36,4 @@ class ForeignDBFile extends LocalFile {
        function move( $target ) {
                $this->readOnlyError();
        }
-       
-       function getDescriptionUrl() {
-               // Restore remote behaviour
-               return parent::getDescriptionUrl();
-       }
-
-       function getDescriptionText() {
-               // Restore remote behaviour
-               return parent::getDescriptionText();
-       }
 }