Remove "related" searches
[lhc/web/wiklou.git] / includes / search / SearchResult.php
index 1d28691..c6d5d4f 100644 (file)
@@ -242,13 +242,6 @@ class SearchResult {
                return strlen( $this->mText );
        }
 
-       /**
-        * @return bool If hit has related articles
-        */
-       function hasRelated() {
-               return false;
-       }
-
        /**
         * @return string Interwiki prefix of the title (return iw even if title is broken)
         */