1
0
Fork 0

remove useless test

This commit is contained in:
mfranz 2006-03-08 20:23:31 +00:00
parent 6867462210
commit b0b5c2dda9

View file

@ -748,7 +748,7 @@ FGDialog::setupObject (puObject * object, SGPropertyNode * props)
j++;
const char *cmd = bindings[i]->getStringValue("command");
if (!strcmp(cmd, "nasal") && _module[0])
if (!strcmp(cmd, "nasal"))
bindings[i]->setStringValue("module", _module.c_str());
binding = dest->getChild("binding", j, true);