summaryrefslogtreecommitdiff
path: root/src/srtp.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-05-30 10:53:23 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-05-30 10:53:23 +0200
commit87bca87ab318ff254fab4b87ac8e469925f44d22 (patch)
tree7ea8602f0ab763749c43e5aa32075e9328e3f2fe /src/srtp.h
parentd178bcd7754ad791cf842114b0da46f8888c99ed (diff)
Add (more) error checking for SRTP.
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;