mirror of https://github.com/xzeldon/htop.git
InfoScreen: drop unused member
This commit is contained in:
parent
068561351f
commit
3ec8f67ab2
|
@ -16,7 +16,6 @@ typedef struct InfoScreen_ {
|
||||||
Object super;
|
Object super;
|
||||||
const Process* process;
|
const Process* process;
|
||||||
Panel* display;
|
Panel* display;
|
||||||
FunctionBar* bar;
|
|
||||||
IncSet* inc;
|
IncSet* inc;
|
||||||
Vector* lines;
|
Vector* lines;
|
||||||
} InfoScreen;
|
} InfoScreen;
|
||||||
|
|
Loading…
Reference in New Issue