mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-15 21:44:36 +03:00
Further, minor cleanups to headers post-MakeHeaders
Remove leftover empty ifdef/endif pairs, whitespace. The generated htop.h file was also unused - removed.
This commit is contained in:
@ -16,7 +16,6 @@ typedef struct ListItem_ {
|
||||
bool moving;
|
||||
} ListItem;
|
||||
|
||||
|
||||
extern ObjectClass ListItem_class;
|
||||
|
||||
ListItem* ListItem_new(const char* value, int key);
|
||||
|
Reference in New Issue
Block a user