diff options
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:
|