ExpressionParser: Remove !while and add optional 2nd argument to !smooth.

This commit is contained in:
Jordan Woyak
2019-04-03 19:45:09 -05:00
parent ca7ce67450
commit 7912dc57dd
2 changed files with 6 additions and 37 deletions

View File

@ -224,7 +224,6 @@ void IOWindow::CreateMainLayout()
m_functions_combo->addItem(QStringLiteral("!sin"));
m_functions_combo->addItem(QStringLiteral("!timer"));
m_functions_combo->addItem(QStringLiteral("!toggle"));
m_functions_combo->addItem(QStringLiteral("!while"));
m_functions_combo->addItem(QStringLiteral("!deadzone"));
m_functions_combo->addItem(QStringLiteral("!smooth"));
m_functions_combo->addItem(QStringLiteral("!hold"));