Removed getLang() from IContextSource and subclasses
[lhc/web/wiklou.git] / includes / context / DerivativeContext.php
index 4a7b466..edf9e1d 100644 (file)
@@ -267,15 +267,6 @@ class DerivativeContext extends ContextSource {
                }
        }
 
-       /**
-        * @deprecated since 1.19 Use getLanguage instead
-        * @return Language
-        */
-       public function getLang() {
-               wfDeprecated( __METHOD__, '1.19' );
-               $this->getLanguage();
-       }
-
        /**
         * Get the Language object
         *