X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=languages%2FLanguage.php;h=3a12439e6e97b745122a34f869f0dee7df6944f7;hp=7b89a9c29f6572c8913318c63969484e9833eb4b;hb=b2a1a180087768674d70472cacf9349f85d21c1c;hpb=3774dff9bfab2f6d93a229a85b5da08024eccfdc diff --git a/languages/Language.php b/languages/Language.php index 7b89a9c29f..3a12439e6e 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -3033,34 +3033,6 @@ class Language { } } - /** - * @deprecated No-op since 1.28 - */ - function initEncoding() { - wfDeprecated( __METHOD__, '1.28' ); - // No-op. - } - - /** - * @param string $s - * @return string - * @deprecated No-op since 1.28 - */ - function recodeForEdit( $s ) { - wfDeprecated( __METHOD__, '1.28' ); - return $s; - } - - /** - * @param string $s - * @return string - * @deprecated No-op since 1.28 - */ - function recodeInput( $s ) { - wfDeprecated( __METHOD__, '1.28' ); - return $s; - } - /** * Convert a UTF-8 string to normal form C. In Malayalam and Arabic, this * also cleans up certain backwards-compatible sequences, converting them