summaryrefslogtreecommitdiff
path: root/src/srtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/srtp.h')
-rw-r--r--src/srtp.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/srtp.h b/src/srtp.h
index 66197bb..00161fd 100644
--- a/src/srtp.h
+++ b/src/srtp.h
@@ -46,14 +46,6 @@ public:
int decrypt(char *packet, size_t size) _throw(enum lrtp_status_t);
private:
- class SRTPInstance {
- public:
- SRTPInstance() _throw(enum lrtp_status_t);
- ~SRTPInstance() _throw(enum lrtp_status_t);
- };
-
- SRTPInstance instance;
-
struct prv;
struct prv *prv;