Remove unused variable

Unused since c79cd0b692
"Use Images::Read instead of App::readImage."
This commit is contained in:
Klemens Nanni 2021-12-24 01:30:31 +01:00 committed by John Preston
parent 078a2af385
commit 32473b2908

View file

@ -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,