Settings: do not save initial cpu count

Not needed and confusing with ProcessList.cpuCount
This commit is contained in:
Christian Göttsche
2020-09-23 11:52:57 +02:00
committed by cgzones
parent 9f5b50edd7
commit 5cc20e7cb2
2 changed files with 12 additions and 14 deletions

View File

@ -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);