[*] Core : clean all deprecated methods

This commit is contained in:
aFolletete
2011-04-12 18:50:26 +00:00
parent 05a58f53e6
commit fbc1882f85
20 changed files with 0 additions and 1159 deletions
-11
View File
@@ -233,17 +233,6 @@ class CountryCore extends ObjectModel
return ((int)($result['id_country']));
}
/**
* @param $id_country
* @deprecated
*/
static public function getNeedIdentifcationNumber($id_country)
{
Tools::displayAsDeprecated();
return self::isNeedDniByCountryId($id_country);
}
static public function getNeedZipCode($id_country)
{
if (!(int)($id_country))