mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-05 19:07:06 +03:00
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…
x
Reference in New Issue
Block a user