Fix unused variable warnings.

This commit is contained in:
Sergey A. Osokin
2026-05-12 09:58:58 -04:00
committed by John Preston
parent 2e83ea36a0
commit 229df27d16
@@ -27,8 +27,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
namespace Data {
namespace {
constexpr auto kPerPage = 50;
constexpr auto kFirstPerPage = 10;
constexpr auto kListPerPage = 100;
constexpr auto kListFirstPerPage = 20;
constexpr auto kLoadedSublistsMinCount = 20;