Browse Source

Minor - comment unused code

Julio Montoya 6 years ago
parent
commit
fb70b45504
1 changed files with 0 additions and 16 deletions
  1. 0 16
      src/Chamilo/UserBundle/Entity/User.php

+ 0 - 16
src/Chamilo/UserBundle/Entity/User.php

@@ -1420,22 +1420,6 @@ class User implements UserInterface //implements ParticipantInterface, ThemeUser
         return $this->imageFile;
     }
 
-    /**
-     * @param string $imageName
-     */
-    public function setImageName($imageName)
-    {
-        $this->imageName = $imageName;
-    }
-
-    /**
-     * @return string
-     */
-    public function getImageName()
-    {
-        return $this->imageName;
-    }
-
     /**
      * @return string
      */