Remove unused function Header_readMeterName

This commit is contained in:
Christian Göttsche
2020-11-24 19:19:58 +01:00
committed by Benny Baumann
parent 7ba25aa3c4
commit 3d15ba5197
2 changed files with 0 additions and 17 deletions

View File

@ -39,8 +39,6 @@ Meter* Header_addMeterByClass(Header* this, const MeterClass* type, int param, i
int Header_size(Header* this, int column);
char* Header_readMeterName(Header* this, int i, int column);
MeterModeId Header_readMeterMode(Header* this, int i, int column);
void Header_reinit(Header* this);