mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 17:59:21 +00:00
Remove useless unsubscribe.
This commit is contained in:
parent
0d8fb2f0e3
commit
6251a91dee
2 changed files with 0 additions and 6 deletions
|
|
@ -37,11 +37,6 @@ RemoteConference::RemoteConference (
|
|||
d->eventHandler.reset(new RemoteConferenceEventHandler(this));
|
||||
}
|
||||
|
||||
RemoteConference::~RemoteConference () {
|
||||
L_D();
|
||||
d->eventHandler->unsubscribe();
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
void RemoteConference::addParticipant (const IdentityAddress &addr, const CallSessionParams *params, bool hasMedia) {
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ class LINPHONE_PUBLIC RemoteConference : public Conference, public ConferenceLis
|
|||
|
||||
public:
|
||||
RemoteConference (const std::shared_ptr<Core> &core, const IdentityAddress &myAddress, CallSessionListener *listener);
|
||||
virtual ~RemoteConference();
|
||||
|
||||
/* ConferenceInterface */
|
||||
void addParticipant (const IdentityAddress &addr, const CallSessionParams *params, bool hasMedia) override;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue