Fix build with Xcode.

This commit is contained in:
John Preston 2022-01-05 22:15:03 +03:00
parent 7b3cb0c3dd
commit 609cab6e2f
1 changed files with 0 additions and 6 deletions

View File

@ -362,7 +362,6 @@ private:
object_ptr<Window::TopBarWrapWidget<Media::Player::Widget>> _player
= { nullptr };
object_ptr<Media::Player::Panel> _playerPlaylist;
bool _playerUsingPanel = false;
base::unique_qptr<Window::HistoryHider> _hider;
std::vector<std::unique_ptr<StackItem>> _stack;
@ -372,14 +371,9 @@ private:
int _exportTopBarHeight = 0;
int _contentScrollAddToY = 0;
PhotoData *_deletingPhoto = nullptr;
struct SettingBackground;
std::unique_ptr<SettingBackground> _background;
bool _firstColumnResizing = false;
int _firstColumnResizingShift = 0;
// _changelogs depends on _data, subscribes on chats loading event.
const std::unique_ptr<Core::Changelogs> _changelogs;