unbind(HTMLObject, EventType) unlinks all the EventType type events bounded to the HTML elementHTMLObject, so the predicate(s) which was (were) previously linked to it with bind/4 doesn't execute on that event happening.