X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fcontext%2FIContextSource.php;h=f718103d45876d77f9e23c38240b193586bea5d9;hb=98cf5c6cf4780530f5bed1bb8ae88316e0988e36;hp=5534ee3028eeb6d18d698559b4a52fcf27efe785;hpb=f93d34fb756b3271cc13b5581316cefa66de5013;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/context/IContextSource.php b/includes/context/IContextSource.php index 5534ee3028..f718103d45 100644 --- a/includes/context/IContextSource.php +++ b/includes/context/IContextSource.php @@ -76,14 +76,6 @@ interface IContextSource { */ public function getUser(); - /** - * Get the Language object - * - * @deprecated since 1.19 Use getLanguage instead - * @return Language - */ - public function getLang(); - /** * Get the Language object *