2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-04 16:35:44 +00:00

Remove custom PeerData::isVerifyCodes() userpic.

This commit is contained in:
John Preston
2024-09-24 23:06:31 +04:00
parent 962d4d29ee
commit 39fb0a5b66
16 changed files with 2 additions and 188 deletions

View File

@@ -311,13 +311,6 @@ void PaintRow(
context.st->padding.top(),
context.width,
context.st->photoSize);
} else if (flags & Flag::VerifyCodes) {
EmptyUserpic::PaintVerifyCodes(
p,
context.st->padding.left(),
context.st->padding.top(),
context.width,
context.st->photoSize);
} else if (flags & Flag::HiddenAuthor) {
EmptyUserpic::PaintHiddenAuthor(
p,