diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 0f01f1129b..9a49a4bad3 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -2431,14 +2431,6 @@ abstract class DBObject implements iDisplay return $this->m_aCurrValues; } - /* - * return array - */ - public function GetLoadedAttributes() - { - return array_keys($this->m_aLoadedAtt); - } - /** * @api * @api-advanced