Code cleanup

This commit is contained in:
Tristan B. Kildaire 2020-10-26 00:00:24 +02:00
parent 9bc6deb17d
commit 27bc84da56
1 changed files with 0 additions and 7 deletions

View File

@ -274,13 +274,6 @@ public final class Channel
UserNode userNode = new UserNode(connection, currentUser);
users.add(userNode.getBox());
}
/* Remove user from user list */
/* TODO: Do this better */
// foreach(Label label; users.get)
// users.add(new Label(username));
// users.showAll();
// box.showAll();+
}
public void sendMessage(string message)