From 5cc20e7cb27800166499d90ca457e17097adb3f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Wed, 23 Sep 2020 11:52:57 +0200 Subject: Settings: do not save initial cpu count Not needed and confusing with ProcessList.cpuCount --- Settings.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Settings.h') diff --git a/Settings.h b/Settings.h index 97c0cb57..73da4f07 100644 --- a/Settings.h +++ b/Settings.h @@ -28,7 +28,6 @@ typedef struct Settings_ { int colorScheme; int delay; - int cpuCount; int direction; ProcessField sortKey; @@ -63,7 +62,7 @@ void Settings_delete(Settings* this); bool Settings_write(Settings* this); -Settings* Settings_new(int cpuCount); +Settings* Settings_new(int initialCpuCount); void Settings_invertSortOrder(Settings* this); -- cgit v1.2.3