diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-22 20:25:43 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-22 20:25:43 +0000 |
commit | 6059a59c2774daeb1747a9108ae2d8f1bd1d97ef (patch) | |
tree | 2c19ada67b7dd8d8c08e3119bd0b83bb008ff252 /protocols/Skype/src/skype_proto.h | |
parent | 1b3eb999850503df29c166127a9f17511976ee1a (diff) |
fixed users country info
git-svn-id: http://svn.miranda-ng.org/main/trunk@2053 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index b87adf872d..2f2c48bbd7 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -72,10 +72,6 @@ public: virtual int __cdecl OnEvent( PROTOEVENTTYPE eventType, WPARAM wParam, LPARAM lParam );
- // utils
- static int countriesCount;
- static CountryListEntry* countryList;
-
// events
int __cdecl OnModulesLoaded(WPARAM, LPARAM);
int __cdecl OnPreShutdown(WPARAM, LPARAM);
|