diff options
author | George Hazan <ghazan@miranda.im> | 2018-09-20 22:25:21 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-09-20 22:25:21 +0300 |
commit | 8635f4f728473b81a6f055813e25eaba3c4c5ce8 (patch) | |
tree | 289ae2168d3c7e473431a960804b24ae03fa8c66 /include | |
parent | 8d5867276a766c5447e4d4489f4649d7fb04ab72 (diff) |
creepy crutch removed that was adding message ids after the binary zero in message text
Diffstat (limited to 'include')
-rw-r--r-- | include/m_protosvc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h index 562c77c0e6..2cfe9c4b21 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -774,8 +774,6 @@ struct PROTORECVEVENT DWORD timestamp; // unix time
char *szMessage; // message body in utf8
LPARAM lParam; // extra space for the network level protocol module
- void *pCustomData;
- DWORD cbCustomDataSize;
};
#define PREF_CREATEREAD 1 // create the database event with the 'read' flag set
|