mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 20:44:35 +03:00
Settings: do not save initial cpu count
Not needed and confusing with ProcessList.cpuCount
This commit is contained in:

committed by
cgzones

parent
9f5b50edd7
commit
5cc20e7cb2
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user