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