diff options
author | George Hazan <george.hazan@gmail.com> | 2024-08-21 18:16:20 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-08-21 18:16:20 +0300 |
commit | 92ad52c389ba46a030eb775a46cb155e7ff979de (patch) | |
tree | dc1a571a290e721fc32fb3b0407c54209541ce5c /plugins/CSList | |
parent | 06440d88ab981b0cff43bbd4bf82a6d788d57f09 (diff) |
fixes #4590 (CSList: remove ICQ support)
Diffstat (limited to 'plugins/CSList')
-rw-r--r-- | plugins/CSList/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/CSList/src/stdafx.h b/plugins/CSList/src/stdafx.h index 8586578d5d..e13f6bb462 100644 --- a/plugins/CSList/src/stdafx.h +++ b/plugins/CSList/src/stdafx.h @@ -70,7 +70,6 @@ struct CMPlugin : public PLUGIN<CMPlugin> //====[ DEFAULT DB VALUES ]==================================================
-#define DEFAULT_ICQ_XSTATUS_ENABLED 1
#define DEFAULT_PLUGIN_SHOW_RELNOTES 0
#define DEFAULT_PLUGIN_SHOW_NONSTANDARD_XSTATUSES 1
#define DEFAULT_PLUGIN_CONFIRM_ITEMS_DELETION 1
|