diff --git a/Telegram/SourceFiles/app.cpp b/Telegram/SourceFiles/app.cpp index b96161ef8..299c02cf4 100644 --- a/Telegram/SourceFiles/app.cpp +++ b/Telegram/SourceFiles/app.cpp @@ -18,8 +18,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL namespace { -constexpr auto kImageAreaLimit = 12'032 * 9'024; - App::LaunchState _launchState = App::Launched; HistoryView::Element *hoveredItem = nullptr,