diff options
Diffstat (limited to 'plugins/AuthState/src/main.cpp')
-rw-r--r-- | plugins/AuthState/src/main.cpp | 4 |
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);
|