Browse Source

Removed assert

QGC4.4
Aleksey Kontsevich 5 years ago
parent
commit
8a33a57443
  1. 3
      src/FactSystem/FactMetaData.cc

3
src/FactSystem/FactMetaData.cc

@ -1033,9 +1033,6 @@ const FactMetaData::AppSettingsTranslation_s* FactMetaData::_findAppSettingsUnit
case UnitWeight: case UnitWeight:
unitOption = unitsSettings->weightUnits()->rawValue().toUInt(); unitOption = unitsSettings->weightUnits()->rawValue().toUInt();
break; break;
default:
assert(false);
break;
} }
if (pAppSettingsTranslation->unitType == type if (pAppSettingsTranslation->unitType == type

Loading…
Cancel
Save