IdentifiedUser: Remove unused getName method

Change-Id: Ib7baaaf8d8e51eb2295c37cd2a02455551d088e4
This commit is contained in:
David Pursehouse
2016-02-18 15:14:02 +09:00
parent ea6a80948d
commit 38d9918edf

View File

@@ -308,10 +308,6 @@ public class IdentifiedUser extends CurrentUser {
return validEmails;
}
public String getName() {
return new AccountInfo(getAccount()).getName(anonymousCowardName);
}
public String getNameEmail() {
return new AccountInfo(getAccount()).getNameEmail(anonymousCowardName);
}