Covert Meter attributes to file-local constant arrays

This commit is contained in:
Christian Göttsche
2020-09-28 12:23:07 +02:00
committed by cgzones
parent 843949131a
commit 6db2d52261
20 changed files with 31 additions and 37 deletions

View File

@ -22,8 +22,6 @@ typedef enum {
CPU_METER_ITEMCOUNT = 9, // number of entries in this enum
} CPUMeterValues;
extern int CPUMeter_attributes[];
extern MeterClass CPUMeter_class;
extern MeterClass AllCPUsMeter_class;