NAME
        RemKBInt -- remove a previously installed keyboard interrupt. (V40)
  SYNOPSIS
        RemKBInt(intHandle);
                 A1
        VOID RemKBInt(APTR);
  FUNCTION
        remove a keyboard interrupt routine previously added with addkbint().
  INPUTS
        intHandle - handle obtained from addkbint(). this may be null,
                    in which case this function does nothing.
  SEE ALSO
        addkbint()