diff --git a/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp b/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp index d78871812..3b4977b2d 100644 --- a/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp +++ b/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp @@ -1976,7 +1976,7 @@ void ParticipantsBoxController::recomputeTypeFor( void ParticipantsBoxController::refreshCustomStatus( not_null row) const { const auto participant = row->peer(); - const auto user = participant->asUser(); + // const auto user = participant->asUser(); if (_role == Role::Admins) { /* Assert(user != nullptr);