diff options
Diffstat (limited to 'protocols/Telegram/src/proto.h')
-rw-r--r-- | protocols/Telegram/src/proto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Telegram/src/proto.h b/protocols/Telegram/src/proto.h index 331a7b9d82..e83ed8ae6d 100644 --- a/protocols/Telegram/src/proto.h +++ b/protocols/Telegram/src/proto.h @@ -74,12 +74,11 @@ struct TG_FILE_REQUEST : public MZeroedObject void AutoDetectType(); Type m_type; - bool m_bOpen = false; - MEVENT m_hEvent = 0; MCONTACT m_hContact = 0; TD::int53 m_fileId, m_fileSize = 0; CMStringA m_uniqueId; CMStringW m_destPath, m_fileName, m_wszDescr; + OFDTHREAD *ofd; }; struct TG_USER : public MZeroedObject |