2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Fix build for Linux.

This commit is contained in:
John Preston
2021-08-28 14:55:23 +03:00
parent d684c8057c
commit 809b0e9fe0
3 changed files with 0 additions and 3 deletions

View File

@@ -33,7 +33,6 @@ CloudTheme CloudTheme::Parse(
not_null<Main::Session*> session,
const MTPDtheme &data,
bool parseSettings) {
constexpr auto size = sizeof(CloudTheme);
const auto document = data.vdocument();
const auto paper = [&]() -> std::optional<WallPaper> {
if (const auto settings = data.vsettings()) {