From 8c78992b1a4a9cc38e7715e9c74b00043549acbc Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Fri, 8 Aug 2025 13:49:21 +0200 Subject: [PATCH] Remove broken and duplicate code --- src/app/qml/Main.qml | 7 ------- 1 file changed, 7 deletions(-) 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