diff options
author | George Hazan <ghazan@miranda.im> | 2019-07-24 18:58:40 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-07-24 18:58:46 +0300 |
commit | be086bf8ca69a02fedbdfed65013da64b97b6b54 (patch) | |
tree | 4afe62e14bee19f5288cf0a143a37dfc700b521c /protocols/MSN | |
parent | 3beb5684d8734996c945ef399e3ff87fc214b2f8 (diff) |
unused code removed
Diffstat (limited to 'protocols/MSN')
-rw-r--r-- | protocols/MSN/src/stdafx.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/MSN/src/stdafx.h b/protocols/MSN/src/stdafx.h index 9340fe47c1..ec8306976e 100644 --- a/protocols/MSN/src/stdafx.h +++ b/protocols/MSN/src/stdafx.h @@ -522,11 +522,6 @@ struct ThreadData #define MSN_TYPEID_BKGNDIMG 5
#define MSN_TYPEID_WINK 8
-
-
-inline bool IsChatHandle(MCONTACT hContact) { return (INT_PTR)hContact < 0; }
-
-
/////////////////////////////////////////////////////////////////////////////////////////
// Message queue
|