X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fskins%2FSkin.php;h=bd43255965c64103a5f0fa6a7f95d84108c9febf;hb=92571d7c1a9c25604382f9c395e487e44cc442d5;hp=c95f1f502cb91175f72263e08d857bf423936ae1;hpb=74426f3cf796b149f1ae445e41815bbe148640b2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/skins/Skin.php b/includes/skins/Skin.php index c95f1f502c..bd43255965 100644 --- a/includes/skins/Skin.php +++ b/includes/skins/Skin.php @@ -767,15 +767,6 @@ abstract class Skin extends ContextSource { return $subpages; } - /** - * @deprecated since 1.27, feature removed - * @return bool Always false - */ - function showIPinHeader() { - wfDeprecated( __METHOD__, '1.27' ); - return false; - } - /** * @return string */