diff --git a/src/app/qml/Main.qml b/src/app/qml/Main.qml index fa9e1853c..2e2afde2c 100644 --- a/src/app/qml/Main.qml +++ b/src/app/qml/Main.qml @@ -118,13 +118,6 @@ Kirigami.ApplicationWindow { root.showUserDetail(user, room); } - function goToEvent(event) { - if (event.length > 0) { - roomItem.goToEvent(event); - } - roomItem.forceActiveFocus(); - } - function onAskDirectChatConfirmation(user) { Qt.createComponent("org.kde.neochat", "AskDirectChatConfirmation").createObject(this, { user: user