Clean up code

This commit is contained in:
Loren Burkholder 2021-07-17 16:49:34 -04:00
parent 3c5b395171
commit baa9dfe110
3 changed files with 3 additions and 39 deletions

View file

@ -430,14 +430,6 @@ TimelineViewManager::openImageOverlayInternal(QString eventId, QImage img)
});
}
// void
// TimelineViewManager::openInviteUsersDialog()
//{
// TODO: move this somewhere where it will actually work (probably Rooms)
// MainWindow::instance()->openInviteUsersDialog(
// [this](const QStringList &invitees) { emit inviteUsers(invitees); });
//}
void
TimelineViewManager::openLeaveRoomDialog(QString roomid) const
{