summaryrefslogtreecommitdiff
path: root/plugins/AuthState/src
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2024-06-26 18:47:22 +0300
committerdartraiden <wowemuh@gmail.com>2024-06-26 18:47:22 +0300
commitdb08c560c50afb65b61f476890d089213cea4d9c (patch)
tree9242e0d09d61ed76baec8f1626718509a090d22f /plugins/AuthState/src
parent9bb621734f238adc9cd93b4ef18c8ac375bc39f1 (diff)
AuthState: this setting is not supported by WIM protocol
Diffstat (limited to 'plugins/AuthState/src')
-rw-r--r--plugins/AuthState/src/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/AuthState/src/main.cpp b/plugins/AuthState/src/main.cpp
index 10a2962b49..2ff93b8802 100644
--- a/plugins/AuthState/src/main.cpp
+++ b/plugins/AuthState/src/main.cpp
@@ -71,10 +71,6 @@ INT_PTR getIconToUse(MCONTACT hContact, LPARAM)
if (!g_plugin.getByte(hContact, "ShowIcons", !g_plugin.bIconsForRecentContacts))
return ICON_NONE;
- if (db_get_b(0, "ICQ", "UseServerCList", 0))
- if (db_get_dw(hContact, proto, "ServerId", 1) == 0)
- return ICON_BOTH;
-
// Facebook contact type
int type = db_get_b(hContact, proto, "ContactType", 0);