diff options
author | George Hazan <ghazan@miranda.im> | 2020-01-03 20:09:05 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-01-03 20:09:05 +0300 |
commit | 7937e21de4d288fc45d3b1a4b30ccb801df70b3d (patch) | |
tree | ec4fae290c3fb3367255d9e669a0a42145f56a24 /protocols/ICQ-WIM/src/proto.h | |
parent | 412da1b25c0db3dadc5442901e1d037acb4d4d52 (diff) |
OnLoggedOut to be called in the ServerThread, as the only safe place to do that
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.h')
-rw-r--r-- | protocols/ICQ-WIM/src/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/ICQ-WIM/src/proto.h b/protocols/ICQ-WIM/src/proto.h index e4cc21cd08..040796bb87 100644 --- a/protocols/ICQ-WIM/src/proto.h +++ b/protocols/ICQ-WIM/src/proto.h @@ -297,8 +297,6 @@ class CIcqProto : public PROTO<CIcqProto> OBJLIST<IcqGroup> m_arGroups; - CIcqDlgBase *m_pdlgEditIgnore; - int m_unreadEmails = -1; CMStringA m_szMailBox; |