mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 21:14:35 +03:00
Removed unused field in ColorsPanel
This commit is contained in:

committed by
Christian Göttsche

parent
cf45a5d02b
commit
7146059645
@ -16,11 +16,10 @@ typedef struct ColorsPanel_ {
|
||||
Panel super;
|
||||
|
||||
Settings* settings;
|
||||
ScreenManager* scr;
|
||||
} ColorsPanel;
|
||||
|
||||
extern const PanelClass ColorsPanel_class;
|
||||
|
||||
ColorsPanel* ColorsPanel_new(Settings* settings, ScreenManager* scr);
|
||||
ColorsPanel* ColorsPanel_new(Settings* settings);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user