Remove unused signal

This commit is contained in:
Tobias Fella
2023-04-11 15:31:40 +02:00
parent 05bcbb695f
commit 280c9327cb
3 changed files with 0 additions and 9 deletions

View File

@@ -99,10 +99,6 @@ Kirigami.ApplicationWindow {
roomItem.forceActiveFocus();
}
function onPushWelcomePage() {
// TODO
}
function onOpenRoomInNewWindow(room) {
const secondaryWindow = roomWindow.createObject(undefined, {currentRoom: room});
secondaryWindow.width = root.width - pageStack.get(0).width;