From 8989e8e42ea1ad1cd5942f116406d3f04ff30134 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Tue, 6 May 2025 14:05:33 +0300 Subject: Remove almost all remaining Skype stuff --- plugins/ClientChangeNotify/src/OptDlg.cpp | 2 +- plugins/FingerprintNG/iconpacks/res/Others/Skype.ico | Bin 1150 -> 0 bytes plugins/FingerprintNG/iconpacks/res/fp_icons.rc | 1 - plugins/FingerprintNG/src/masks.cpp | 2 -- 4 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 plugins/FingerprintNG/iconpacks/res/Others/Skype.ico (limited to 'plugins') diff --git a/plugins/ClientChangeNotify/src/OptDlg.cpp b/plugins/ClientChangeNotify/src/OptDlg.cpp index 15e7879c32..62a01e4aed 100644 --- a/plugins/ClientChangeNotify/src/OptDlg.cpp +++ b/plugins/ClientChangeNotify/src/OptDlg.cpp @@ -194,6 +194,6 @@ void InitOptions() g_PopupOptPage.Items.AddElem(new COptItem_Generic(IDC_POPUPOPTDLG_STATIC_DEFAULT, IDC_POPUPOPTDLG_POPUPNOTIFY)); g_PopupOptPage.Items.AddElem(new COptItem_Generic(IDC_POPUPOPTDLG_STATIC_INFINITE, IDC_POPUPOPTDLG_POPUPNOTIFY)); g_PopupOptPage.Items.AddElem(new COptItem_Generic(IDC_POPUPOPTDLG_STATIC_IGNORESTRINGS, IDC_POPUPOPTDLG_POPUPNOTIFY)); - g_PopupOptPage.Items.AddElem(new COptItem_Edit(IDC_POPUPOPTDLG_IGNORESTRINGS, DB_IGNORESUBSTRINGS, IGNORESTRINGS_MAX_LEN, L"gmail;skype;/Miranda[0-9A-F]{8}/", IDC_POPUPOPTDLG_POPUPNOTIFY)); + g_PopupOptPage.Items.AddElem(new COptItem_Edit(IDC_POPUPOPTDLG_IGNORESTRINGS, DB_IGNORESUBSTRINGS, IGNORESTRINGS_MAX_LEN, L"gmail;teams;/Miranda[0-9A-F]{8}/", IDC_POPUPOPTDLG_POPUPNOTIFY)); g_PopupOptPage.Items.AddElem(new COptItem_Generic(IDC_POPUPOPTDLG_STATIC_REGEXP, IDC_POPUPOPTDLG_POPUPNOTIFY)); } diff --git a/plugins/FingerprintNG/iconpacks/res/Others/Skype.ico b/plugins/FingerprintNG/iconpacks/res/Others/Skype.ico deleted file mode 100644 index 031d8afb97..0000000000 Binary files a/plugins/FingerprintNG/iconpacks/res/Others/Skype.ico and /dev/null differ diff --git a/plugins/FingerprintNG/iconpacks/res/fp_icons.rc b/plugins/FingerprintNG/iconpacks/res/fp_icons.rc index fc12e52339..491cad0506 100644 --- a/plugins/FingerprintNG/iconpacks/res/fp_icons.rc +++ b/plugins/FingerprintNG/iconpacks/res/fp_icons.rc @@ -457,7 +457,6 @@ IDI_VK_MESSENGER ICON "VKontakte\\vkmessenger.ico" IDI_VK_PHOENIX_FULL ICON "VKontakte\\phoenix_full.ico" IDI_VK_PHOENIX_LITE ICON "VKontakte\\phoenix_lite.ico" IDI_DISCORD ICON "others\\Discord.ico" -IDI_SKYPE ICON "others\\Skype.ico" IDI_TEAMS ICON "others\\Teams.ico" IDI_TWITTER ICON "others\\Twitter.ico" IDI_HANGOUTS ICON "others\\Google+ Hangouts.ico" diff --git a/plugins/FingerprintNG/src/masks.cpp b/plugins/FingerprintNG/src/masks.cpp index 31faadfd50..a3d710ffdf 100644 --- a/plugins/FingerprintNG/src/masks.cpp +++ b/plugins/FingerprintNG/src/masks.cpp @@ -520,8 +520,6 @@ static KN_FP_MASK def_kn_fp_mask[] = { "client_Twitter", L"*Twitter*", L"Twitter", IDI_TWITTER, OTHER_PROTOS_CASE, TRUE }, - { "client_Skype", L"*Skype**", L"Skype", IDI_SKYPE, OTHER_PROTOS_CASE }, - { "client_Steam", L"*Steam*", L"Steam", IDI_STEAM, OTHER_PROTOS_CASE }, { "client_Teams", L"*Teams**", L"Teams", IDI_TEAMS, OTHER_PROTOS_CASE }, -- cgit v1.2.3