diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-05-10 20:23:21 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-05-10 20:23:21 +0000 |
commit | 6912555e0b6118d7beafe049b3d86a10e1f75096 (patch) | |
tree | cc527c37d899e617a8b1533b5533f9ff51105db2 /protocols/Skype/src/skype_proto.h | |
parent | 326fdfc6425dd89b32e94c111d68a0384b8765a3 (diff) |
- updated icons
- updated caps
- probably fixed contact duplication
git-svn-id: http://svn.miranda-ng.org/main/trunk@4627 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index 0ae55044c2..2268ecb4a8 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -73,9 +73,6 @@ struct PasswordChangeBoxParam }
};
-extern int g_cbCountries;
-extern struct CountryListEntry* g_countries;
-
struct CSkypeProto : public PROTO_INTERFACE
{
public:
|