[*] 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
-12
View File
@@ -529,18 +529,6 @@ class CategoryCore extends ObjectModel
return Product::getProductsProperties($id_lang, $result);
}
/**
* Hide category prefix used for position
*
* @param string $name Category name
* @return string Name without position
*/
static public function hideCategoryPosition($name)
{
Tools::displayAsDeprecated();
return preg_replace('/^[0-9]+\./', '', $name);
}
/**
* Return main categories
*