diff options
author | George Hazan <george.hazan@gmail.com> | 2015-02-10 21:27:38 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-02-10 21:27:38 +0000 |
commit | e3506fe66886912cee16a91793d17010a87eecef (patch) | |
tree | b06ba97cf876baa40ca4ed1bda85f9e932e435f9 /protocols/WhatsApp/src/connection.cpp | |
parent | 327745289de431e7e7dad6e4ce0eb8cef43eaeb5 (diff) |
various rudiments & atavisms exterminated
git-svn-id: http://svn.miranda-ng.org/main/trunk@12085 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/connection.cpp')
-rw-r--r-- | protocols/WhatsApp/src/connection.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/connection.cpp b/protocols/WhatsApp/src/connection.cpp index 33152e4098..be64ed1b41 100644 --- a/protocols/WhatsApp/src/connection.cpp +++ b/protocols/WhatsApp/src/connection.cpp @@ -77,7 +77,6 @@ void WhatsAppProto::stayConnectedLoop(void*) m_pConnection->setLogin(&login);
}
m_pConnection->nick = m_szNick;
- m_pConnection->setVerboseId(true);
if (m_iDesiredStatus != ID_STATUS_INVISIBLE)
m_pConnection->sendAvailableForChat();
|