chickadee » hyperscene » unsafe-delete-node

delete-node NODEprocedure
unsafe-delete-node NODEprocedure

Delete the given node, removing it from the scene and calling DELETE on its DATA. unsafe-delete-node should only be called if the DELETE function is a pure C function that not call back into Scheme.