From 609cab6e2fd7c51497ca4ffce5ea8e4be7a8e87a Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 5 Jan 2022 22:15:03 +0300 Subject: [PATCH] Fix build with Xcode. --- Telegram/SourceFiles/mainwidget.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Telegram/SourceFiles/mainwidget.h b/Telegram/SourceFiles/mainwidget.h index aebf9ce6f..8b62f2341 100644 --- a/Telegram/SourceFiles/mainwidget.h +++ b/Telegram/SourceFiles/mainwidget.h @@ -362,7 +362,6 @@ private: object_ptr> _player = { nullptr }; object_ptr _playerPlaylist; - bool _playerUsingPanel = false; base::unique_qptr _hider; std::vector> _stack; @@ -372,14 +371,9 @@ private: int _exportTopBarHeight = 0; int _contentScrollAddToY = 0; - PhotoData *_deletingPhoto = nullptr; - struct SettingBackground; std::unique_ptr _background; - bool _firstColumnResizing = false; - int _firstColumnResizingShift = 0; - // _changelogs depends on _data, subscribes on chats loading event. const std::unique_ptr _changelogs;