diff --git a/Telegram/SourceFiles/mainwidget.h b/Telegram/SourceFiles/mainwidget.h index aebf9ce6fb..8b62f23417 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;