Skip to content

Commit

Permalink
refs #1067 : delete - deprecated code (finished)
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Jul 9, 2015
1 parent ecdf73a commit 61f49fa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions framework/legacy/Textcube.Data.UserInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,6 @@ function getLoginid() {
return $this->loginid;
}

/* function getPassword() { // deprecated
exit;
if (is_null($this->password))
$this->getUser();
return $this->password;
}*/

function getName() {
if (is_null($this->name)) {
$this->getUser();
Expand Down

0 comments on commit 61f49fa

Please sign in to comment.