summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
authorDenis Lisov <dennis.lissov@gmail.com>2022-05-05 10:48:31 +0300
committerBenBE <BenBE@geshi.org>2022-05-05 10:00:34 +0200
commit4b8b61fe183cd6d8b5e6e01127742b0c24884ac4 (patch)
treed1262af5748015d637639d081ada8c109a37af96 /ProcessList.h
parentfae7ff6f030d65bbb656028941c9254b214533a4 (diff)
ProcessList.h: remove `ProcessList_remove`
As the "highlight dying processes" option has to keep processes in the list when they disappear, no code except the cleanup loop in `ProcessList_scan` should remove processes from the list directly. Remove the export to prevent random process removals from being reintroduced accidentally.
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ProcessList.h b/ProcessList.h
index c4200380..419dea89 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -106,8 +106,6 @@ void ProcessList_printHeader(const ProcessList* this, RichString* header);
void ProcessList_add(ProcessList* this, Process* p);
-void ProcessList_remove(ProcessList* this, const Process* p);
-
void ProcessList_updateDisplayList(ProcessList* this);
ProcessField ProcessList_keyAt(const ProcessList* this, int at);

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