Fix build on non-Windows.

This commit is contained in:
John Preston 2021-07-09 21:39:08 +03:00
parent 7526964904
commit cc7f569c77

View file

@ -422,7 +422,6 @@ void StickerSetBox::Inner::gotSet(const MTPmessages_StickerSet &set) {
_setAccess = set.vaccess_hash().v;
_setCount = set.vcount().v;
_setHash = set.vhash().v;
using Flag = Data::StickersSetFlag;
_setFlags = Data::ParseStickersSetFlags(set);
_setInstallDate = set.vinstalled_date().value_or(0);
_setThumbnail = [&] {