[BASE] Removed dead code (#10330)
This commit is contained in:
@@ -36,7 +36,6 @@ using namespace Base;
|
||||
|
||||
QString UnitsSchema::toLocale(const Base::Quantity& quant, double factor, const QString& unitString) const
|
||||
{
|
||||
//return QString::fromUtf8("%L1 %2").arg(quant.getValue() / factor).arg(unitString);
|
||||
QLocale Lc;
|
||||
const QuantityFormat& format = quant.getFormat();
|
||||
if (format.option != QuantityFormat::None) {
|
||||
|
||||
Reference in New Issue
Block a user