diff options
author | dartraiden <wowemuh@gmail.com> | 2017-12-01 03:26:11 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-12-01 03:26:11 +0300 |
commit | 4d30ea7bc3eadfa252766c559feb7a00d006dcc7 (patch) | |
tree | edab0c4f10cf0c97eaae77d525e8693e19c39f94 /plugins/FingerprintNG/src/stdafx.h | |
parent | 7902551c661c307bcfb1844c85c2c74d5012de9b (diff) |
remove Tlen completely
Diffstat (limited to 'plugins/FingerprintNG/src/stdafx.h')
-rw-r--r-- | plugins/FingerprintNG/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
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
|