| Index: webrtc/pc/srtpfilter.h
|
| diff --git a/webrtc/pc/srtpfilter.h b/webrtc/pc/srtpfilter.h
|
| index abea50744d0195398bea7be36fd75d2930722c57..ec91805e30d8c38ccf1faab53727b330ecb98ab6 100644
|
| --- a/webrtc/pc/srtpfilter.h
|
| +++ b/webrtc/pc/srtpfilter.h
|
| @@ -28,11 +28,6 @@
|
|
|
| // Forward declaration to avoid pulling in libsrtp headers here
|
| struct srtp_event_data_t;
|
| -
|
| -// Libsrtp V1/V2 compatibility hack.
|
| -// TODO(mattdr): Remove this #define after libsrtp 2.0 is in.
|
| -#define srtp_ctx_t_ srtp_ctx_t
|
| -
|
| struct srtp_ctx_t_;
|
|
|
| namespace cricket {
|
|
|