diff options
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index 487cd925dd..9ddf7238fe 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -84,12 +84,10 @@ struct PasswordChangeBoxParam class ChatMember;
class ChatRoom;
-class ChatList;
struct CSkypeProto : public PROTO_INTERFACE, private Skype
{
friend class ChatRoom;
- friend class ChatList;
public:
// PROTO_INTERFACE
|