remove-dependency ( dep model -- )


Vocabulary
models

Inputs
depa model
modela model


Outputs
None

Word description
Unregisters a dependency.

Notes
This word should not be called directly unless you are implementing your own model class.

See also
add-dependency

Definition