diff --git a/lam/lib/modules/shadowAccount.inc b/lam/lib/modules/shadowAccount.inc index 73802a8e..3ca783b9 100644 --- a/lam/lib/modules/shadowAccount.inc +++ b/lam/lib/modules/shadowAccount.inc @@ -789,24 +789,6 @@ if (interface_exists('\LAM\JOB\Job')) { */ class ShadowAccountPasswordNotifyJob extends \LAM\JOB\PasswordExpirationJob { - /** - * Returns the technical name of the job. - * - * @return String name - */ - public function getName() { - return 'ShadowAccountPasswordNotifyJob'; - } - - /** - * Returns the icon name of the job (relative to graphics folder). - * - * @return String icon - */ - public function getIcon() { - return 'mailBig.png'; - } - /** * Returns the alias name of the job. *