Remove unused string translation

This commit is contained in:
Robin Gareus
2019-10-31 16:33:56 +01:00
parent ab298f035a
commit 69cb02f213

View File

@@ -819,7 +819,7 @@ GainMeterBase::meterpt_string (MeterPoint mp)
return _("Custom");
}
assert (0);
return _("Custom"); // make gcc happy
return "???"; // make gcc and _FrnchFrgg_ happy
}
void