summaryrefslogtreecommitdiff
path: root/rtpSessionTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtpSessionTable.h')
-rw-r--r--rtpSessionTable.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rtpSessionTable.h b/rtpSessionTable.h
index 61bfdeb..dc78979 100644
--- a/rtpSessionTable.h
+++ b/rtpSessionTable.h
@@ -44,7 +44,6 @@ public:
static RtpSessionTable& instance();
RtpSessionTable();
~RtpSessionTable();
- void addSession(const std::string & call_id, RtpSession* ses);
void delSession(const std::string & call_id);
bool empty();
void clear();