Remove useless unsubscribe.

This commit is contained in:
Ghislain MARY 2017-12-18 14:07:35 +01:00
parent 0d8fb2f0e3
commit 6251a91dee
2 changed files with 0 additions and 6 deletions

View file

@ -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) {

View file

@ -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;