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/options.cpp | |
parent | 7902551c661c307bcfb1844c85c2c74d5012de9b (diff) |
remove Tlen completely
Diffstat (limited to 'plugins/FingerprintNG/src/options.cpp')
-rw-r--r-- | plugins/FingerprintNG/src/options.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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" },
|