diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-30 21:32:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-30 21:32:23 +0000 |
commit | 44d6b953f94d5c34a2d50e12c7416aa9a2e19b70 (patch) | |
tree | c8e1c28234b52079e90e1569288b9c38a3ce2dce /protocols/JabberG/src/stdafx.h | |
parent | af10723abafc00db6a77edd299cea1fc7c6822ab (diff) |
end of major perversion in Jabber: JABBER_SEARCH_RESULT
git-svn-id: http://svn.miranda-ng.org/main/trunk@13916 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rw-r--r-- | protocols/JabberG/src/stdafx.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index 2cb3572586..ee466f79df 100644 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -468,12 +468,6 @@ struct filetransfer CJabberProto *ppro;
};
-struct JABBER_SEARCH_RESULT
-{
- PROTOSEARCHRESULT hdr;
- TCHAR jid[JABBER_MAX_JID_LEN];
-};
-
struct JABBER_GCLOG_FONT
{
char face[LF_FACESIZE]; // LF_FACESIZE is from LOGFONT struct
|