diff --git a/htdocs/translate.class.php b/htdocs/translate.class.php
index b9881812b7b395743934133a0789e71b8225c52c..103f9bde0f724470ef0e4fd836b00a751db12159 100644
--- a/htdocs/translate.class.php
+++ b/htdocs/translate.class.php
@@ -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.
 	 *              If data for file already loaded, do nothing.
@@ -528,7 +518,7 @@ class Translate {
 			if (preg_match('/^[a-z]+_[A-Z]+/i',$dir))
 			{
 				$this->load("languages");
-				
+
 				$langs_available[$dir] = $this->trans('Language_'.$dir);
 			}
 		}