Remove dead code

This commit is contained in:
Laurent Destailleur 2019-06-24 22:58:21 +02:00
parent 83ec64d473
commit 3ca258c93d

View File

@ -4034,13 +4034,6 @@ class Product extends CommonObject
$linkclose.= ' title="'.dol_escape_htmltag($label, 1, 1).'"';
$linkclose.= ' class="classfortooltip"';
/*
$hookmanager->initHooks(array('productdao'));
$parameters=array('id'=>$this->id);
$reshook=$hookmanager->executeHooks('getnomurltooltip',$parameters,$this,$action); // Note that $action and $object may have been modified by some hooks
if ($reshook > 0) $linkclose = $hookmanager->resPrint;
*/
}
if ($option == 'supplier' || $option == 'category') {