diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-05-08 18:10:13 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-05-08 18:10:13 +0300 |
| commit | d8048bb134651c70b3f12d5ee0e0199a8248645e (patch) | |
| tree | df4f1847096e850e04a3ea03bdffc7c457fbb5ab /plugins | |
| parent | e9b966f99c7b7ca88760c56b394ad261e144c23c (diff) | |
for #5010 - inherited visibility for contacts' groups
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/Clist_modern/src/modern_clc.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/Clist_modern/src/modern_clc.h b/plugins/Clist_modern/src/modern_clc.h index 270294e2ae..d45f96214f 100644 --- a/plugins/Clist_modern/src/modern_clc.h +++ b/plugins/Clist_modern/src/modern_clc.h @@ -93,11 +93,6 @@ void clcSetDelayTimer(UINT_PTR uIDEvent, HWND hwnd, int nDelay = -1); #define DROPTARGET_ONMETACONTACT 6
#define DROPTARGET_ONSUBCONTACT 7
-#define CONTACTF_ONLINE 1
-#define CONTACTF_NOTONLIST 8
-#define CONTACTF_CHECKED 16
-#define CONTACTF_IDLE 32
-
#define AVATAR_POS_DONT_HAVE -1
#define AVATAR_POS_ANIMATED -2
|
