diff options
Diffstat (limited to 'include/m_protosvc.h')
-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
|