summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-04-18 15:50:56 +0200
committercgzones <cgzones@googlemail.com>2021-04-21 20:58:28 +0200
commitd58c2f0606dd6d56d4b70f0367d6309ba3964a19 (patch)
treef2defb561e25a541126c610417863a2e75869266 /ProcessList.h
parent5dbca0193ded83136b14615e55caffbc240cd7ce (diff)
Drop ProcessList_get and ProcessList_size
Only used inside ProcessList.c and only once each.
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ProcessList.h b/ProcessList.h
index 7d98197d..50304f7c 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -99,10 +99,6 @@ void ProcessList_add(ProcessList* this, Process* p);
void ProcessList_remove(ProcessList* this, const Process* p);
-Process* ProcessList_get(ProcessList* this, int idx);
-
-int ProcessList_size(const ProcessList* this);
-
void ProcessList_sort(ProcessList* this);
ProcessField ProcessList_keyAt(const ProcessList* this, int at);

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