summaryrefslogtreecommitdiffstats
path: root/Action.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-11-15 20:07:24 +0100
committerBenBE <BenBE@geshi.org>2020-11-15 22:54:14 +0100
commitad72b747fa526b663c61d5cf4efc7c66e629c500 (patch)
tree25bf560b25ccf22a69e421017022b2d081be7a85 /Action.c
parent9f67b95308d11ee922e92f0649c2796bac58c1c5 (diff)
Drop hideThreads Setting
It is only used to read process directories on RedHat beginning with a dot. Unconditionally accept directories with a starting dot.
Diffstat (limited to 'Action.c')
-rw-r--r--Action.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Action.c b/Action.c
index e226bc53..11e87009 100644
--- a/Action.c
+++ b/Action.c
@@ -212,7 +212,6 @@ static Htop_Reaction actionToggleKernelThreads(State* st) {
static Htop_Reaction actionToggleUserlandThreads(State* st) {
st->settings->hideUserlandThreads = !st->settings->hideUserlandThreads;
- st->settings->hideThreads = st->settings->hideUserlandThreads;
return HTOP_RECALCULATE | HTOP_SAVE_SETTINGS;
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy