Commented out unused variable in ParticipantsBoxController
This commit is contained in:
parent
e9c1bb9387
commit
6bab8b011b
1 changed files with 1 additions and 1 deletions
|
|
@ -1976,7 +1976,7 @@ void ParticipantsBoxController::recomputeTypeFor(
|
||||||
void ParticipantsBoxController::refreshCustomStatus(
|
void ParticipantsBoxController::refreshCustomStatus(
|
||||||
not_null<PeerListRow*> row) const {
|
not_null<PeerListRow*> row) const {
|
||||||
const auto participant = row->peer();
|
const auto participant = row->peer();
|
||||||
const auto user = participant->asUser();
|
// const auto user = participant->asUser();
|
||||||
if (_role == Role::Admins) {
|
if (_role == Role::Admins) {
|
||||||
/*
|
/*
|
||||||
Assert(user != nullptr);
|
Assert(user != nullptr);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue