// remove 1.4 deprecated functions

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7755 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-07-27 09:51:43 +00:00
parent 86fd2a4648
commit 4ade3a0ea0
22 changed files with 5 additions and 1088 deletions
+1 -12
View File
@@ -241,17 +241,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))
@@ -282,7 +271,7 @@ class CountryCore extends ObjectModel
/**
* Returns the default country Id
*
* @deprecated use $context->country->id instead
* @deprecated as of 1.5 use $context->country->id instead
* @return integer default country id
*/
public static function getDefaultCountryId()