InfoScreen: drop unused member

This commit is contained in:
Christian Göttsche 2020-12-21 21:28:13 +01:00
parent 068561351f
commit 3ec8f67ab2
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ typedef struct InfoScreen_ {
Object super;
const Process* process;
Panel* display;
FunctionBar* bar;
IncSet* inc;
Vector* lines;
} InfoScreen;