Rebol Programming/remove-event-func
USAGE:
editREMOVE-EVENT-FUNC funct
DESCRIPTION:
editRemove an event function previously added.
REMOVE-EVENT-FUNC is a function value.
ARGUMENTS
edit- funct -- (Type: function)
SOURCE CODE
editremove-event-func: func [ "Remove an event function previously added." funct [function!] ][ remove find system/view/screen-face/feel/event-funcs :funct ]