diff --git a/include/class_html_input.php b/include/class_html_input.php
index a43ad8783..a4ad1b2bc 100755
--- a/include/class_html_input.php
+++ b/include/class_html_input.php
@@ -49,22 +49,7 @@
* - TEXTAREA
* - RICHTEXT
* - FILE
- * - JS_SEARCH_POSTE call a popup window for searching the account
- * - JS_SEARCH call a popup window for searching a quickcode or to add one
- * - JS_SEARCH_ONLY like JS_SEARCH but without adding a quickcode
- * - JS_LEDGER_CTRL like js_search_only but the tag to update is given
* - SPAN
- * - JS_CONCERNED open a popup window for search a operation, if extra == 0 then
- * get the amount thx javascript
- * - js_DATE show a calendar
- *
- * For JS_SEARCH_POST,JS_SEARCH or JS_SEARCH_ONLY
- * - $extra contains 'cred', 'deb', 'all' or a list of fiche_def_ref (frd_id)
- * to filter the search/add for the card
- *
- * - $extra2 filter on the card parameter, which are given in Avance->journaux menu,
- * it is the journal id. If empty, there is no link with a ledger
- *
*/
class HtmlInput
{