diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-02-19 21:48:19 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-02-19 21:48:19 +0000 |
commit | 9b1fc3cd956ce527bd744c538db6cfb5fff572e6 (patch) | |
tree | 9b602cd5b75d3ca45e9cea3aaa1b21e63c90548c /protocols/SkypeClassic/src/skype.h | |
parent | 1d4cda9e896f7d546f48fbfb6c4c3360a517dbb0 (diff) |
SkypeClassic:
- Fixed an ambiguous message box
- Fixed uninitialized variables
- fixed potential double free
- other cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@12205 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeClassic/src/skype.h')
-rw-r--r-- | protocols/SkypeClassic/src/skype.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/protocols/SkypeClassic/src/skype.h b/protocols/SkypeClassic/src/skype.h index b1c2ee4523..7ad0ce8a99 100644 --- a/protocols/SkypeClassic/src/skype.h +++ b/protocols/SkypeClassic/src/skype.h @@ -151,10 +151,3 @@ int InitVSApi(); int FreeVSApi();
MCONTACT GetMetaHandle(DWORD dwId);
void LaunchSkypeAndSetStatusThread(void *newStatus);
-
-// Structs
-
-typedef struct {
- char *SkypeSetting;
- char *MirandaSetting;
-} settings_map;
|