Revert "[Base]retrieve unit text"
This reverts both pointless and broken commit c9fffa6789.
This commit is contained in:
@@ -66,11 +66,6 @@ std::string UnitsApi::getBasicLengthUnit()
|
||||
return schemas->currentSchema()->getBasicLengthUnit();
|
||||
}
|
||||
|
||||
std::string UnitsApi::getUnitText(const Quantity& quant)
|
||||
{
|
||||
return schemas->currentSchema()->getUnitText(quant);
|
||||
}
|
||||
|
||||
void UnitsApi::setDecimals(const int prec)
|
||||
{
|
||||
decimals = prec;
|
||||
|
||||
Reference in New Issue
Block a user