mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
[poincare] Discard useless argument 'replaceSymbols' from simplification
routine
This commit is contained in:
committed by
LeaNumworks
parent
e56cfa3f94
commit
cf92eb8506
@@ -39,7 +39,7 @@ Expression StorageExpressionModel::expressionReduced(Poincare::Context * context
|
||||
if (m_expression.isUninitialized()) {
|
||||
assert(!isNull());
|
||||
Ion::Storage::Record::Data recordData = value();
|
||||
m_expression = Expression::ExpressionFromAddress(expressionAddressForValue(recordData), expressionSizeForValue(recordData)).reduce(*context, Preferences::AngleUnit::Degree, true);
|
||||
m_expression = Expression::ExpressionFromAddress(expressionAddressForValue(recordData), expressionSizeForValue(recordData)).reduce(*context, Preferences::AngleUnit::Degree);
|
||||
}
|
||||
return m_expression;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user