summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skypekit/conversation.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Skype/src/skypekit/conversation.h')
-rw-r--r--protocols/Skype/src/skypekit/conversation.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/protocols/Skype/src/skypekit/conversation.h b/protocols/Skype/src/skypekit/conversation.h
index 26e7fb990b..2527ced564 100644
--- a/protocols/Skype/src/skypekit/conversation.h
+++ b/protocols/Skype/src/skypekit/conversation.h
@@ -1,7 +1,6 @@
#pragma once
#include "common.h"
-#include "participant.h"
class CConversation : public Conversation
{
@@ -10,10 +9,4 @@ public:
typedef DRefs<CConversation, Conversation> Refs;
CConversation(unsigned int oid, SERootObject* root);
-
-private:
- CSkypeProto* proto;
- CParticipant::Refs participants;
-
- void OnParticipantListChange();
}; \ No newline at end of file