From db08c560c50afb65b61f476890d089213cea4d9c Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 26 Jun 2024 18:47:22 +0300 Subject: AuthState: this setting is not supported by WIM protocol --- plugins/AuthState/src/main.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/AuthState/src') 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); -- cgit v1.2.3