diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-03 16:16:09 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-03 16:16:09 +0300 |
commit | 9c6e4b571b98d001c4d0e9d7d8ba35e10e0a04d9 (patch) | |
tree | cf89f5e977bb9643dc737164ba02702e3198f408 /include | |
parent | 845a9ead2de3db6a6b67925399d6b7ec074652dc (diff) |
GCSessionInfoBase::hwndStatus considered useless
Diffstat (limited to 'include')
-rw-r--r-- | include/m_chat_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index d8803f659b..bdef1e766f 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -204,7 +204,6 @@ struct GCSessionInfoBase WORD wCommandsNum;
void *pItemData;
MCONTACT hContact;
- HWND hwndStatus;
time_t LastTime;
BOOL isToolTip;
|