diff --git a/core/cmdbobject.class.inc.php b/core/cmdbobject.class.inc.php index 29d767420..1106b0fd2 100644 --- a/core/cmdbobject.class.inc.php +++ b/core/cmdbobject.class.inc.php @@ -437,16 +437,6 @@ abstract class CMDBObject extends DBObject return $this->DBCloneTracked_Internal(); } - /** - * @deprecated 3.1.0 N°5232 N°6966 simply use {@see DBObject::DBClone()} instead, that will automatically create and persist a CMDBChange object. - * If you need to persist your own, call {@see CMDBObject::SetCurrentChange()} before. - */ - public function DBCloneTracked(CMDBChange $oChange, $newKey = null) - { - self::SetCurrentChange($oChange); - $this->DBCloneTracked_Internal($newKey); - } - /** * @deprecated 3.1.1 3.2.0 N°6966 We will have only one DBClone method in the future */