diff options
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index ed9f407c0d..15d1b57b25 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -20,14 +20,6 @@ struct _tag_iconList HANDLE Handle;
};
-struct SettingItem
-{
- const TCHAR *szDescription;
- const char *szDbSetting;
- int dbType; //DBVT_ constant
- unsigned displayType; //LI_ constant
-};
-
struct HtmlEntity
{
const char *entity;
@@ -187,6 +179,7 @@ public: static int PrebuildContactMenu(WPARAM wParam, LPARAM lParam);
bool IsOnline();
+ static std::map<std::wstring, std::wstring> languages;
protected:
CAccount::Ref account;
@@ -312,11 +305,8 @@ protected: void __cdecl SearchByEmailAsync(void*);
// profile
- static std::map<std::wstring, std::wstring> languages;
static std::map<std::wstring, std::wstring> FillLanguages();
- static SettingItem setting[23];
-
void UpdateProfileAvatar(SEObject *obj, HANDLE hContact = NULL);
void UpdateProfileAboutText(SEObject *obj, HANDLE hContact = NULL);
void UpdateProfileBirthday(SEObject *obj, HANDLE hContact = NULL);
|