remove unused method
This commit is contained in:
parent
b5f6687925
commit
31d22bac47
|
@ -458,10 +458,6 @@ public class AccountSessionManager{
|
|||
return instances.get(domain);
|
||||
}
|
||||
|
||||
public Instance getInstanceInfoForAccount(String account) {
|
||||
return AccountSessionManager.getInstance().getInstanceInfo(instance.getAccount(account).domain);
|
||||
}
|
||||
|
||||
public void updateAccountInfo(String id, Account account){
|
||||
AccountSession session=getAccount(id);
|
||||
session.self=account;
|
||||
|
|
Loading…
Reference in New Issue