summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_proto.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2013-04-26 20:54:36 +0000
committerAlexander Lantsev <aunsane@gmail.com>2013-04-26 20:54:36 +0000
commit3361d33bd5782edb07270518705a41f4cd57697b (patch)
treed2b06dbe5de48c64218f18102e29f1c354283ce0 /protocols/Skype/src/skype_proto.h
parent949435479e650de8bc0c0e192dc879a3e8afacca (diff)
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@4543 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r--protocols/Skype/src/skype_proto.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h
index c58e0fe581..ec8967734a 100644
--- a/protocols/Skype/src/skype_proto.h
+++ b/protocols/Skype/src/skype_proto.h
@@ -488,30 +488,6 @@ protected:
DWORD timestamp,
CContact::Ref contact);
- // database settings
- BYTE GetSettingByte(const char *setting, BYTE errorValue = 0);
- BYTE GetSettingByte(HANDLE hContact, const char *setting, BYTE errorValue = 0);
- WORD GetSettingWord(const char *setting, WORD errorValue = 0);
- WORD GetSettingWord(HANDLE hContact, const char *setting, WORD errorValue = 0);
- DWORD GetSettingDword(const char *setting, DWORD defVal = 0);
- DWORD GetSettingDword(HANDLE hContact, const char *setting, DWORD errorValue = 0);
- wchar_t *GetSettingString(const char *setting, wchar_t* errorValue = NULL);
- wchar_t *GetSettingString(HANDLE hContact, const char *setting, wchar_t* errorValue = NULL);
- char *GetDecodeSettingString(HANDLE hContact, const char *setting, char* errorValue = NULL);
- //
- bool SetSettingByte(const char *setting, BYTE value);
- bool SetSettingByte(HANDLE hContact, const char *setting, BYTE value);
- bool SetSettingWord(const char *setting, WORD value);
- bool SetSettingWord(HANDLE hContact, const char *setting, WORD value);
- bool SetSettingDword(const char *setting, DWORD value);
- bool SetSettingDword(HANDLE hContact, const char *setting, DWORD value);
- bool SetSettingString(const char *setting, const wchar_t* value);
- bool SetSettingString(HANDLE hContact, const char *setting, const wchar_t* value);
- bool SetDecodeSettingString(HANDLE hContact, const char *setting, const char* value);
- //
- void DeleteSetting(const char *setting);
- void DeleteSetting(HANDLE hContact, const char *setting);
-
// dialog procs
static INT_PTR CALLBACK SkypeMainOptionsProc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
static INT_PTR CALLBACK SkypePasswordRequestProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);