diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-02-16 13:48:20 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-02-16 13:48:20 +0300 |
| commit | 8543dfc47441a07bf97a24a6ddd5063515d05763 (patch) | |
| tree | 64da4c6a4aa2fc6fb0e1c7e09bff4a6082601a99 /include | |
| parent | 779a717af48dba984da1fbab476c241fc0732e9d (diff) | |
fix for StatusManager & Weather (also removes old crutch with PF2_NONE)
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_protosvc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h index 8de3aae4f1..9b25141ef7 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -94,7 +94,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define PF2_HEAVYDND 0x00000020 // DND on ICQ
#define PF2_FREECHAT 0x00000040
#define PF2_IDLE 0x00000200
-#define PF2_NONE 0x10000000 // protocol has no statuses at all
///////////////////////////////////////////////////////////////////////////////
// the status modes that the protocol supports
|
