remove unused getters
This commit is contained in:
parent
6f6492e8c0
commit
a11428569a
1 changed files with 0 additions and 8 deletions
|
@ -106,14 +106,6 @@ public class UserList {
|
|||
}
|
||||
}
|
||||
|
||||
public Map<Integer, PeerUser> getActiveUsers() {
|
||||
return activeUsers;
|
||||
}
|
||||
|
||||
public Map<Integer, PeerUser> getInactiveUsers() {
|
||||
return inactiveUsers;
|
||||
}
|
||||
|
||||
public interface UserConnectionCallback {
|
||||
void onUserConnected(PeerUser user);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue