From 1229cee3091839af4dd181e28b55e4823079007e Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sun, 5 May 2013 08:38:57 +0000 Subject: - reworked invitation to chat - fixed chat contact's statuses - added "Spawn conversation" button in contact dialog - StringList now based on stl git-svn-id: http://svn.miranda-ng.org/main/trunk@4586 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skypekit/conversation.cpp | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'protocols/Skype/src/skypekit/conversation.cpp') diff --git a/protocols/Skype/src/skypekit/conversation.cpp b/protocols/Skype/src/skypekit/conversation.cpp index 2b0e26ad80..3c56e57559 100644 --- a/protocols/Skype/src/skypekit/conversation.cpp +++ b/protocols/Skype/src/skypekit/conversation.cpp @@ -1,13 +1,3 @@ #include "conversation.h" -CConversation::CConversation(unsigned int oid, SERootObject* root) : Conversation(oid, root) -{ - this->GetParticipants(this->participants, CConversation::OTHER_CONSUMERS); - fetch(this->participants); -} - -void CConversation::OnParticipantListChange() -{ - this->GetParticipants(this->participants, CConversation::OTHER_CONSUMERS); - fetch(this->participants); -} +CConversation::CConversation(unsigned int oid, SERootObject* root) : Conversation(oid, root) { } \ No newline at end of file -- cgit v1.2.3