Skip to content

Commit

Permalink
remove unused enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Sep 1, 2023
1 parent 38894fe commit 2f8bbd8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/crypto/frame_crypto_transformer.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ struct KeyProviderOptions {
};

class KeyProvider : public rtc::RefCountInterface {
public:
enum { kRawKeySize = 32 };

public:

virtual bool SetSharedKey(int key_index, std::vector<uint8_t> key) = 0;
Expand Down

0 comments on commit 2f8bbd8

Please sign in to comment.