[Gui] revert setting unit factor for F/m

- see https://github.com/FreeCAD/FreeCAD/commit/2f0824be#r81159352
This commit is contained in:
Uwe
2022-08-14 20:49:58 +02:00
parent 9fb77d5caa
commit 91bf791e3c
2 changed files with 0 additions and 8 deletions

View File

@@ -435,10 +435,6 @@ QString UnitsSchemaInternal::schemaTranslate(const Quantity &quant, double &fact
factor = 1e6;
}
}
else if (unit == Unit::VacuumPermittivity) {
unitString = QString::fromLatin1("F/m");
factor = 1;
}
else if (unit == Unit::Frequency) {
if (UnitValue < 1e3) {
unitString = QString::fromLatin1("Hz");