Prepared a delete node interface level function

This commit is contained in:
Peter Slattery 2019-11-02 13:36:27 -07:00
parent 6d893433c4
commit 66f666a50f
1 changed files with 3 additions and 3 deletions

View File

@ -578,11 +578,11 @@ OPERATION_RENDER_PROC(RenderNodeView)
FOLDHAUS_INPUT_COMMAND_PROC(NodeViewDeleteNode)
{
/*node_view_operation_state* OpState = (node_view_operation_state*)Operation.OpStateMemory;
node_view_operation_state* OpState = GetCurrentOperationState(State->Modes, node_view_operation_state);
if (IsValidOffset(OpState->SelectedNodeOffset))
{
}*/
}
}
FOLDHAUS_INPUT_COMMAND_PROC(CloseNodeView)