st/oxr: xrCreateActionSpace is fully implemented

This commit is contained in:
Jakob Bornecrantz 2019-10-22 15:19:23 +01:00
parent e32902843c
commit 0826ff9273

View file

@ -64,9 +64,6 @@ oxr_space_action_create(struct oxr_logger *log,
OXR_ALLOCATE_HANDLE_OR_RETURN(log, spc, OXR_XR_DEBUG_SPACE,
oxr_space_destroy, &sess->handle);
//! @todo implement more fully
oxr_warn(log, " not fully implemented");
oxr_classify_sub_action_paths(log, inst, 1, &createInfo->subactionPath,
&sub_paths);