Remove unused variables

Not used anymore since 29c0956d61
"Always try to play video in voice chats.".
This commit is contained in:
Klemens Nanni 2021-12-24 00:47:27 +01:00 committed by John Preston
parent f90fb6c80c
commit b61250e101

View file

@ -44,8 +44,6 @@ namespace Calls::Group {
namespace {
constexpr auto kKeepRaisedHandStatusDuration = 3 * crl::time(1000);
constexpr auto kUserpicSizeForBlur = 40;
constexpr auto kUserpicBlurRadius = 8;
using Row = MembersRow;