summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skypekit/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Skype/src/skypekit/group.h')
-rw-r--r--protocols/Skype/src/skypekit/group.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/protocols/Skype/src/skypekit/group.h b/protocols/Skype/src/skypekit/group.h
deleted file mode 100644
index 0443d203ea..0000000000
--- a/protocols/Skype/src/skypekit/group.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#pragma once
-
-#include "common.h"
-#include "contact.h"
-
-class CContactGroup : public ContactGroup
-{
-public:
- typedef void (CSkypeProto::* OnContactListChanged)(CContact::Ref contact);
-
- typedef DRef<CContactGroup, ContactGroup> Ref;
- typedef DRefs<CContactGroup, ContactGroup> Refs;
- CContactGroup(unsigned int oid, CSkypeProto*);
-
-private:
- CSkypeProto* proto;
-
- void OnChange(const ContactRef &contact);
-}; \ No newline at end of file