diff options
author | George Hazan <ghazan@miranda.im> | 2022-09-14 02:09:07 -0700 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-09-14 02:09:07 -0700 |
commit | 73432d343884b943bae834e03ce68a8677fe932e (patch) | |
tree | 9586fb93761a418e90e0c35e7a2b4124a6020da2 /protocols/JabberG/src/stdafx.h | |
parent | f37ebb5b91504b621a048c66c3deedf0a6baf4a6 (diff) |
useless field ThreadData::bIsSessionAvailable removed
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rw-r--r-- | protocols/JabberG/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index 6147577fa3..dc0dc76647 100644 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -368,7 +368,7 @@ struct ThreadData // features & registration
bool bIsReg;
- bool reg_done, bIsSessionAvailable;
+ bool reg_done;
bool bBookmarksLoaded;
uint32_t dwLoginRqs;
|