diff --git a/htdocs/lib/ajax.lib.php b/htdocs/lib/ajax.lib.php
index e49af4db173..60cb3e734c4 100644
--- a/htdocs/lib/ajax.lib.php
+++ b/htdocs/lib/ajax.lib.php
@@ -74,48 +74,6 @@ function ajax_updater($htmlname,$keysearch,$url,$option='',$indicator='working')
return $script;
}
-/**
- * \brief Get value of a field, do Ajax process and show result
- * \param htmlname nom et id du champ
- * \param keysearch nom et id complementaire du champ de collecte
- * \param id ID du champ a modifier
- * \param url chemin du fichier de reponse : /chemin/fichier.php
- * \param option champ supplementaire de recherche dans les parametres
- * \param indicator Nom de l'image gif sans l'extension
- * \return string script complet
- */
-function ajax_updaterWithID($htmlname,$keysearch,$id,$url,$option='',$indicator='working')
-{
- $script = '';
- if ($indicator) $script.=ajax_indicator($htmlname,$indicator);
- $script.='';
-
- return $script;
-}
-
/**
* \brief Get value of field, do Ajax process and return result
* \param htmlname nom et id du champ