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;
|
||||
const Process* process;
|
||||
Panel* display;
|
||||
FunctionBar* bar;
|
||||
IncSet* inc;
|
||||
Vector* lines;
|
||||
} InfoScreen;
|
||||
|
|
Loading…
Reference in New Issue