From 2f8bbd8cb364ebae8b90d5592d5082da4883ea4b Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Fri, 1 Sep 2023 09:14:41 +0800 Subject: [PATCH] remove unused enum. --- api/crypto/frame_crypto_transformer.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/crypto/frame_crypto_transformer.h b/api/crypto/frame_crypto_transformer.h index c919feefcb..bd245729cf 100644 --- a/api/crypto/frame_crypto_transformer.h +++ b/api/crypto/frame_crypto_transformer.h @@ -50,9 +50,6 @@ struct KeyProviderOptions { }; class KeyProvider : public rtc::RefCountInterface { - public: - enum { kRawKeySize = 32 }; - public: virtual bool SetSharedKey(int key_index, std::vector key) = 0;