Reverted r58646 as per my comments on bug 20554.
[lhc/web/wiklou.git] / includes / api / ApiBase.php
index 0d1db32..dd496b8 100644 (file)
@@ -935,14 +935,6 @@ abstract class ApiBase {
        public function shouldCheckMaxlag() {
                return true;
        }
-       
-       /**
-        * Indicates if this module needs avglag to be checked
-        * @return bool
-        */
-       public function shouldCheckAvglag() {
-               return true;
-       }
 
        /**
         * Indicates whether this module requires read rights