diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-04-29 14:01:49 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-04-29 14:01:49 +0000 |
commit | 792732d7ef1ec4445f02e0b9c0b6eda6879db3a6 (patch) | |
tree | e07a07716aa9aa8c416f54c23820e09064c2361c /protocols/Skype/src/skype_proto.h | |
parent | 7717d512bcb36e8af48869eca18d56827d34d0da (diff) |
preparing for own info editing
git-svn-id: http://svn.miranda-ng.org/main/trunk@4569 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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);
|