diff options
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
|