Fix warnings.

This commit is contained in:
Sergey A. Osokin
2026-04-12 12:25:44 -04:00
committed by John Preston
parent 5bb03928a1
commit d53ee9c241
13 changed files with 0 additions and 18 deletions

View File

@@ -48,7 +48,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
namespace Ui::BotWebView {
namespace {
constexpr auto kProcessClickTimeout = crl::time(1000);
constexpr auto kClipboardReadTimeout = crl::time(10000);
constexpr auto kProgressDuration = crl::time(200);
constexpr auto kProgressOpacity = 0.3;