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
No related branches found
No related tags found
No related merge requests found
...@@ -50,17 +50,6 @@ AudioRtpFactory::AudioRtpFactory() : _rtpSession (NULL), remoteContext(NULL), lo ...@@ -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() AudioRtpFactory::~AudioRtpFactory()
{ {
stop(); stop();
......
...@@ -84,7 +84,6 @@ class AudioRtpFactory ...@@ -84,7 +84,6 @@ class AudioRtpFactory
{ {
public: public:
AudioRtpFactory(); AudioRtpFactory();
AudioRtpFactory (SIPCall * ca);
~AudioRtpFactory(); ~AudioRtpFactory();
void initAudioRtpConfig (SIPCall *ca); 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