Removed unused parameter to fix compil

This commit is contained in:
Sylvain Berfini 2017-12-12 17:35:53 +01:00
parent 0cb05847f8
commit 89bd92cd7a

View file

@ -78,7 +78,6 @@ private:
std::shared_ptr<ChatMessage> pendingMessage;
std::unique_ptr<IsComposing> isComposingHandler;
LinphoneCall *call = nullptr;
bool isComposing = false;
std::list<std::shared_ptr<EventLog>> transientEvents;