Skip to content
Snippets Groups Projects
Commit 2ac9603c authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #6148: removed unused AudioRtpFactory constructor

parent 0f294a52
Branches
Tags
No related merge requests found
......@@ -50,17 +50,6 @@ AudioRtpFactory::AudioRtpFactory() : _rtpSession (NULL), remoteContext(NULL), lo
}
AudioRtpFactory::AudioRtpFactory (SIPCall *ca) : _rtpSession (NULL)
{
assert (ca);
try {
initAudioRtpSession (ca);
} catch (UnsupportedRtpSessionType& exception) {
throw exception;
}
}
AudioRtpFactory::~AudioRtpFactory()
{
stop();
......
......@@ -84,7 +84,6 @@ class AudioRtpFactory
{
public:
AudioRtpFactory();
AudioRtpFactory (SIPCall * ca);
~AudioRtpFactory();
void initAudioRtpConfig (SIPCall *ca);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment