mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/solver] Reove unneeded EquationStore::Error::VariableNameTooLong
This commit is contained in:
@@ -180,9 +180,6 @@ void ListController::resolveEquations() {
|
||||
case EquationStore::Error::TooManyVariables:
|
||||
app()->displayWarning(I18n::Message::TooManyVariables);
|
||||
return;
|
||||
case EquationStore::Error::VariableNameTooLong:
|
||||
app()->displayWarning(I18n::Message::VariableNameTooLong);
|
||||
return;
|
||||
case EquationStore::Error::NonLinearSystem:
|
||||
app()->displayWarning(I18n::Message::NonLinearSystem);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user