Remove unused string translation

This commit is contained in:
Robin Gareus 2019-10-31 16:33:56 +01:00
parent ab298f035a
commit 69cb02f213
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

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