mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 08:05:12 +00:00
Commented out unused variable in ParticipantsBoxController
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user