Skip to content

Commit 6fea639

Browse files
committed
Beta version 6.2.6: Fix build with GCC.
1 parent 53f063f commit 6fea639

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Telegram/SourceFiles/window/window_peer_menu.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,6 @@ void Filler::addTopicLink() {
10721072
if (!channel) {
10731073
return;
10741074
}
1075-
const auto id = _topic->rootId();
10761075
const auto controller = _controller;
10771076
_addAction(tr::lng_context_copy_topic_link(tr::now), [=] {
10781077
const auto link = Info::Profile::TopicLink(_topic, true);

0 commit comments

Comments
 (0)