diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-06-30 13:28:06 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-06-30 13:28:06 +0000 |
commit | 8463d02efba045a1fe0f48af3554e9ef1ae0ad58 (patch) | |
tree | 5bd6f04063ce7500db32d37d3bcfbfbbff204398 /plugins/FingerprintNG/src | |
parent | 092bd6e814c5112e19fcffb8716e1a02938f8803 (diff) |
FingerprintNG: Remove XFire icon as it is already dead
git-svn-id: http://svn.miranda-ng.org/main/trunk@17053 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/src')
-rw-r--r-- | plugins/FingerprintNG/src/masks.cpp | 2 | ||||
-rw-r--r-- | plugins/FingerprintNG/src/resource.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/plugins/FingerprintNG/src/masks.cpp b/plugins/FingerprintNG/src/masks.cpp index e20d7190f2..294eca533d 100644 --- a/plugins/FingerprintNG/src/masks.cpp +++ b/plugins/FingerprintNG/src/masks.cpp @@ -621,8 +621,6 @@ KN_FP_MASK def_kn_fp_mask[] = { "client_Skype", _T("*Skype**"), _T("Skype"), IDI_SKYPE, OTHER_PROTOS_CASE },
- { "client_Xfire", _T("*Xfire*"), _T("Xfire"), IDI_XFIRE, OTHER_PROTOS_CASE, TRUE },
-
{ "client_Steam", _T("*Steam*"), _T("Steam"), IDI_STEAM, OTHER_PROTOS_CASE },
//#########################################################################################################################################################################
diff --git a/plugins/FingerprintNG/src/resource.h b/plugins/FingerprintNG/src/resource.h index ae77435175..bd597c7935 100644 --- a/plugins/FingerprintNG/src/resource.h +++ b/plugins/FingerprintNG/src/resource.h @@ -580,7 +580,6 @@ #define IDC_STATUSBAR 7001
#define IDI_SKYPE 9002
#define IDI_TWITTER 9003
-#define IDI_XFIRE 9004
#define IDI_HANGOUTS 9005
#define IDI_VK 9006
#define IDI_WHATSAPP 9007
|