]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/SGBinding.cxx
Make use of posix clocks if available.
[simgear.git] / simgear / structure / SGBinding.cxx
index 0c3f7feb4eb384090366c135b8028594c9c854db..e65b4d2a8bf584a3928f9f06bd1605e7b1f8e17b 100644 (file)
@@ -42,7 +42,6 @@ SGBinding::read(const SGPropertyNode* node, SGPropertyNode* root)
   if (_command_name.empty()) {
     SG_LOG(SG_INPUT, SG_WARN, "No command supplied for binding.");
     _command = 0;
-    return;
   }
 
   _arg = const_cast<SGPropertyNode*>(node);