From 468b76e9d6b75b51d07548b733e9de59b081da4d Mon Sep 17 00:00:00 2001 From: Gauthier PC portable 024 Date: Wed, 6 Oct 2021 15:15:22 +0200 Subject: [PATCH] FIX : useless function --- htdocs/hrm/class/skill.class.php | 34 -------------------------------- 1 file changed, 34 deletions(-) diff --git a/htdocs/hrm/class/skill.class.php b/htdocs/hrm/class/skill.class.php index 34013e3f435..ba7d0f43d3c 100644 --- a/htdocs/hrm/class/skill.class.php +++ b/htdocs/hrm/class/skill.class.php @@ -1091,40 +1091,6 @@ class Skill extends CommonObject return $error; } - /** - * Permet de retourner un select html du dictionnaire llx_c_skill_type - * - * @param string $selected preselected element - * @param string $htmlname html name of input - * @param bool $emptyvalue true if we need to put an empty value - * @param string $moreattr used to add more html attributes into input - * @param string $more_class used if we want to add new css class to input - * @return string - */ - // public function select_skill_type($selected = '', $htmlname = 'code_c_skill_type', $emptyvalue = true, $moreattr = '', $more_class = '') - // { - // global $conf; - // - // $out = ''; - // - // return $out; - // } - /** * @param int $code number of code label * @return int|string