mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/shared] Remove useless method storeExpressionAllowed
This commit is contained in:
@@ -82,7 +82,7 @@ bool TextFieldDelegateApp::isAcceptableExpression(const Expression exp) {
|
||||
if (exp.isUninitialized()) {
|
||||
return false;
|
||||
}
|
||||
if (!storeExpressionAllowed() && exp.type() == ExpressionNode::Type::Store) {
|
||||
if (exp.type() == ExpressionNode::Type::Store) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user