Commit 28cc1aca authored by Christoffer Ackelman's avatar Christoffer Ackelman

QT: removed unnecessary warning.

parent 3dfa8b5e
......@@ -1365,11 +1365,6 @@ void WttQtWidget::valchanged_cmd_entry()
{
int sts;
if (wtt->cmd_entry->text().isEmpty()) {
wtt->wnav->wow->DisplayError("Input error", "Input cannot be empty");
return;
}
if (wtt->input_open) {
switch (wtt->input_mode) {
case wtt_eInputMode_Attribute:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment