Remove dead code

This commit is contained in:
Carl Schwan
2021-04-28 15:09:31 +02:00
parent f30b17bf73
commit 1066b010b8
2 changed files with 0 additions and 7 deletions

View File

@@ -105,10 +105,6 @@ void RoomManager::enterRoom(NeoChatRoom *room)
NeoChatConfig::self()->save();
}
void RoomManager::getBack()
{
}
void RoomManager::openWindow(NeoChatRoom *room)
{
// forward the call to QML

View File

@@ -38,9 +38,6 @@ public:
/// with the given room.
Q_INVOKABLE void enterRoom(NeoChatRoom *room);
/// Force refresh the view to show the last the opened room.
Q_INVOKABLE void getBack();
Q_INVOKABLE void openWindow(NeoChatRoom *room);
/// Leave the room and close it if it is open.