Skip to content

Commit c0bffa3

Browse files
committed
Beta version 6.8.4: Fix build with GCC.
1 parent 641cc9c commit c0bffa3

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

Telegram/SourceFiles/info/profile/info_profile_actions.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -216,15 +216,6 @@ base::options::toggle ShowChannelJoinedBelowAbout({
216216
return Ui::CreateSkipWidget(parent, st::infoProfileSkip);
217217
}
218218

219-
[[nodiscard]] object_ptr<Ui::SlideWrap<>> CreateSlideSkipWidget(
220-
not_null<Ui::RpWidget*> parent) {
221-
auto result = Ui::CreateSlideSkipWidget(
222-
parent,
223-
st::infoProfileSkip);
224-
result->setDuration(st::infoSlideDuration);
225-
return result;
226-
}
227-
228219
[[nodiscard]] rpl::producer<TextWithEntities> AboutWithAdvancedValue(
229220
not_null<PeerData*> peer) {
230221

0 commit comments

Comments
 (0)