mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Fix build on Clang/GCC.
This commit is contained in:
parent
cbe6e1caad
commit
b56749426b
2 changed files with 0 additions and 3 deletions
|
@ -323,7 +323,6 @@ PeerData *readPeer(
|
|||
}
|
||||
}
|
||||
if (apply) {
|
||||
using LocationType = StorageFileLocation::Type;
|
||||
const auto location = userpic->convertToModernPeerPhoto(
|
||||
result->id.value,
|
||||
userpicAccessHash,
|
||||
|
|
|
@ -1657,8 +1657,6 @@ void Account::readStickerSets(
|
|||
return failed();
|
||||
}
|
||||
for (auto i = 0; i != count; ++i) {
|
||||
using LocationType = StorageFileLocation::Type;
|
||||
|
||||
quint64 setId = 0, setAccess = 0;
|
||||
QString setTitle, setShortName;
|
||||
qint32 scnt = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue