From 4d30ea7bc3eadfa252766c559feb7a00d006dcc7 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Fri, 1 Dec 2017 03:26:11 +0300 Subject: remove Tlen completely --- plugins/FingerprintNG/src/finger_groups.h | 5 ----- plugins/FingerprintNG/src/masks.cpp | 11 ----------- plugins/FingerprintNG/src/options.cpp | 1 - plugins/FingerprintNG/src/resource.h | 7 ------- plugins/FingerprintNG/src/stdafx.h | 1 - 5 files changed, 25 deletions(-) (limited to 'plugins/FingerprintNG/src') diff --git a/plugins/FingerprintNG/src/finger_groups.h b/plugins/FingerprintNG/src/finger_groups.h index 965a1938f1..d0ac9b3b30 100644 --- a/plugins/FingerprintNG/src/finger_groups.h +++ b/plugins/FingerprintNG/src/finger_groups.h @@ -63,11 +63,6 @@ case RSS_CASE: return LPGENW("Client icons") L"/" LPGENW("RSS clients"); break; -case TLEN_CASE: - if (db_get_b(NULL, MODULENAME, "GroupTlen", 1)) - return LPGENW("Client icons") L"/" LPGENW("Tlen clients"); - break; - case WEATHER_CASE: if (db_get_b(NULL, MODULENAME, "GroupWeather", 1)) return LPGENW("Client icons") L"/" LPGENW("Weather clients"); diff --git a/plugins/FingerprintNG/src/masks.cpp b/plugins/FingerprintNG/src/masks.cpp index 19ed3f5950..53df4a768b 100644 --- a/plugins/FingerprintNG/src/masks.cpp +++ b/plugins/FingerprintNG/src/masks.cpp @@ -579,11 +579,6 @@ KN_FP_MASK def_kn_fp_mask[] = //######################################################################################################################################################################### { "client_GG", L"|Gadu-Gadu*|GG*", LPGENW("Gadu-Gadu client"), IDI_GG, GG_CASE }, - //######################################################################################################################################################################### - //################################# TLEN ############################################################################################################################## - //######################################################################################################################################################################### - { "client_Tlen", L"*Tlen*", LPGENW("Tlen.pl client"), IDI_TLEN, TLEN_CASE }, - //######################################################################################################################################################################### //################################# Facebook ########################################################################################################################## //######################################################################################################################################################################### @@ -693,7 +688,6 @@ KN_FP_MASK def_kn_fp_overlays_mask[] = { "client_Jabber_overlay", L"|^jabber*|Miranda*Jabber*|py*jabb*", LPGENW("Jabber overlay"), IDI_JABBER_OVERLAY, OVERLAYS_PROTO_CASE }, { "client_MSN_overlay", L"|^MSN*|*Miranda*MSN*", LPGENW("MSN overlay"), IDI_MSN_OVERLAY, OVERLAYS_PROTO_CASE }, { "client_QQ_overlay", L"|Miranda*QQ*|MIM*QQ*", LPGENW("QQ overlay"), IDI_QQ_OVERLAY, OVERLAYS_PROTO_CASE }, - { "client_Tlen_overlay", L"|^tlen*|*tlen*", LPGENW("Tlen.pl overlay"), IDI_TLEN_OVERLAY, OVERLAYS_PROTO_CASE }, { "client_Yahoo_overlay", L"|^Yahoo*|*yahoo*", LPGENW("Yahoo overlay"), IDI_YAHOO_OVERLAY, OVERLAYS_PROTO_CASE }, { "client_MRA_overlay", L"|^MRA*|^Mail.ru*" L"|*MRA*|*Mail.ru*IM*|Mrim*" @@ -720,11 +714,6 @@ KN_FP_MASK def_kn_fp_overlays_mask[] = { "client_GG_9", L"|Gadu-Gadu*9*|GG*9*", LPGENW("Gadu-Gadu v9 client"), IDI_GG9_OVERLAY, GG_CASE }, { "client_GG_8", L"|Gadu-Gadu*8*|GG*8*", LPGENW("Gadu-Gadu v8 client"), IDI_GG8_OVERLAY, GG_CASE }, - // {"client_Tlen_8", L"Tlen Protocol 1?", LPGENW("Tlen 8.x overlay"), IDI_TLEN8_OVERLAY, TLEN_CASE }, - { "client_Tlen_7", L"Tlen Protocol 16", LPGENW("Tlen 7.x overlay"), IDI_TLEN7_OVERLAY, TLEN_CASE }, - { "client_Tlen_6", L"Tlen Protocol 10", LPGENW("Tlen 6.x overlay"), IDI_TLEN6_OVERLAY, TLEN_CASE }, - { "client_Tlen_5", L"Tlen Protocol 7", LPGENW("Tlen 5.x overlay"), IDI_TLEN5_OVERLAY, TLEN_CASE }, - { "client_QQ_2012", L"|QQ2012*|TM2012*", LPGENW("TM/QQ 2012 overlay"), IDI_QQ_2012_OVERLAY, QQ_CASE }, { "client_QQ_2011", L"|QQ2011*|TM2011*", LPGENW("TM/QQ 2011 overlay"), IDI_QQ_2011_OVERLAY, QQ_CASE }, { "client_QQ_2010", L"|QQ2010*|TM2010*", LPGENW("TM/QQ 2010 overlay"), IDI_QQ_2010_OVERLAY, QQ_CASE }, diff --git a/plugins/FingerprintNG/src/options.cpp b/plugins/FingerprintNG/src/options.cpp index dc99d8e59d..5ec7b7a793 100644 --- a/plugins/FingerprintNG/src/options.cpp +++ b/plugins/FingerprintNG/src/options.cpp @@ -42,7 +42,6 @@ static settings[] = { IDC_GROUP_MSN, TRUE, "GroupMSN" }, { IDC_GROUP_QQ, TRUE, "GroupQQ" }, { IDC_GROUP_RSS, TRUE, "GroupRSS" }, - { IDC_GROUP_TLEN, TRUE, "GroupTlen" }, { IDC_GROUP_WEATHER, TRUE, "GroupWeather" }, { IDC_GROUP_YAHOO, TRUE, "GroupYahoo" }, { IDC_GROUP_FACEBOOK, TRUE, "GroupFacebook" }, diff --git a/plugins/FingerprintNG/src/resource.h b/plugins/FingerprintNG/src/resource.h index bd597c7935..8420af7194 100644 --- a/plugins/FingerprintNG/src/resource.h +++ b/plugins/FingerprintNG/src/resource.h @@ -64,7 +64,6 @@ #define IDI_MAILRU_OVERLAY 85 #define IDI_MSN_OVERLAY 86 #define IDI_QQ_OVERLAY 87 -#define IDI_TLEN_OVERLAY 88 #define IDI_YAHOO_OVERLAY 89 #define IDI_VK_OVERLAY 90 #define IDI_SKYPE_OVERLAY 91 @@ -413,11 +412,6 @@ #define IDI_GG9_OVERLAY 726 #define IDI_GG10_OVERLAY 727 #define IDI_GG11_OVERLAY 728 -#define IDI_TLEN 731 -#define IDI_TLEN5_OVERLAY 732 -#define IDI_TLEN6_OVERLAY 733 -#define IDI_TLEN7_OVERLAY 734 -#define IDI_TLEN8_OVERLAY 735 #define IDI_AMSN 741 #define IDI_MSN_MAC 742 #define IDI_MSN_45 743 @@ -600,7 +594,6 @@ #define IDC_GROUP_MRA 10036 #define IDC_GROUP_QQ 10037 #define IDC_GROUP_RSS 10038 -#define IDC_GROUP_TLEN 10039 #define IDC_GROUP_WEATHER 10040 #define IDC_GROUP_YAHOO 10041 #define IDC_GROUP_FACEBOOK 10042 diff --git a/plugins/FingerprintNG/src/stdafx.h b/plugins/FingerprintNG/src/stdafx.h index f19c447c67..a44ede6da4 100644 --- a/plugins/FingerprintNG/src/stdafx.h +++ b/plugins/FingerprintNG/src/stdafx.h @@ -83,7 +83,6 @@ typedef struct _foundInfo #define MSN_CASE 3012 // MSN clients #define QQ_CASE 3013 // QQ clients (+ versions) #define RSS_CASE 3014 // RSS clients -#define TLEN_CASE 3015 // Tlen clients (+ versions) #define WEATHER_CASE 3016 // Weather clients #define YAHOO_CASE 3017 // Yahoo clients (+ versions) #define FACEBOOK_CASE 3018 // Facebook clients -- cgit v1.2.3