mirror of https://github.com/xzeldon/htop.git
Cleanup unused field.
This commit is contained in:
parent
849adf6155
commit
5320bab202
1
Panel.c
1
Panel.c
|
@ -48,7 +48,6 @@ typedef struct PanelClass_ {
|
||||||
|
|
||||||
struct Panel_ {
|
struct Panel_ {
|
||||||
Object super;
|
Object super;
|
||||||
PanelClass* class;
|
|
||||||
int x, y, w, h;
|
int x, y, w, h;
|
||||||
WINDOW* window;
|
WINDOW* window;
|
||||||
Vector* items;
|
Vector* items;
|
||||||
|
|
Loading…
Reference in New Issue