Removed unused variable in ManageFiller::addPeerInviteLinks
This commit is contained in:
parent
7e9a0e9db3
commit
0b2f8e306a
1 changed files with 0 additions and 1 deletions
|
|
@ -992,7 +992,6 @@ void ManageFiller::addPeerInviteLinks(
|
||||||
: peer->asChat()->canHaveInviteLink();
|
: peer->asChat()->canHaveInviteLink();
|
||||||
}();
|
}();
|
||||||
if (canHaveInviteLink) {
|
if (canHaveInviteLink) {
|
||||||
const auto controller = _controller;
|
|
||||||
auto button = AddActionButton(
|
auto button = AddActionButton(
|
||||||
_wrap,
|
_wrap,
|
||||||
tr::lng_manage_peer_invite_links(),
|
tr::lng_manage_peer_invite_links(),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue