Unverified Commit efbfaa1b authored by Eberhard Beilharz's avatar Eberhard Beilharz
Browse files

chore(linux): Cleanup unnecessary surrogate check

Previously `process_unicode_char_action` checked for
`action_item->character` being a surrogate. This should never happen
because `action_item->character` is a 32-bit character. This change
removes the unnecessary check and the `keyman->firstsurrogate` field.

Fixes #6385.
parent 3a3aa806
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment