removed Method initialize because it's not used anymore.

This commit is contained in:
schrom01 2022-04-15 15:35:04 +02:00 committed by Leonardo Brandenberger
parent 9e027b5c7a
commit 77b3057911
1 changed files with 0 additions and 5 deletions

View File

@ -34,11 +34,6 @@ public class ChatWindowController {
@FXML private TextField filterValue;
@FXML
public void initialize() {
}
public void setMessages(ClientMessageList messages) {
this.messages = messages;
messageListener();