Skip to content
Snippets Groups Projects
Commit 9cd4d949 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Removed deprecated function

parent 14b660f9
No related branches found
No related tags found
No related merge requests found
...@@ -123,16 +123,6 @@ class Translate { ...@@ -123,16 +123,6 @@ class Translate {
} }
/**
* Deprecated function. Do nothing.
* @deprecated Kept for backward compatibility with third party modules.
*/
function setPhpLang()
{
return;
}
/** /**
* \brief Load translation key-value for a particular file, into a memory array. * \brief Load translation key-value for a particular file, into a memory array.
* If data for file already loaded, do nothing. * If data for file already loaded, do nothing.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment