Remove a stub for get_enabled_locales function

This commit is contained in:
Dmitriy Simushev 2014-07-11 15:15:59 +00:00
parent e4829b9c04
commit 2af3df4bc6

View File

@ -80,16 +80,6 @@ function get_available_locales()
return $available_locales;
}
/**
* Returns list of locales which are available and enabled.
*
* @return array List of enabled locale codes.
*/
function get_enabled_locales()
{
return array();
}
/**
* Returns list of all locales that are present in the file system.
*