2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Commented out unused variable in ParticipantsBoxController

This commit is contained in:
RadRussianRus
2021-12-13 10:39:30 +03:00
parent e9c1bb9387
commit 6bab8b011b

View File

@@ -1976,7 +1976,7 @@ void ParticipantsBoxController::recomputeTypeFor(
void ParticipantsBoxController::refreshCustomStatus(
not_null<PeerListRow*> row) const {
const auto participant = row->peer();
const auto user = participant->asUser();
// const auto user = participant->asUser();
if (_role == Role::Admins) {
/*
Assert(user != nullptr);