WINGs: W_KeycodeToKeysym remove unnecessary if test
commit038a3588d685cafe55ab94e49aa7577b08585baa
authorDavid Maciejak <david.maciejak@gmail.com>
Tue, 7 Mar 2023 23:21:30 +0000 (8 07:21 +0800)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 9 Mar 2023 15:05:58 +0000 (9 15:05 +0000)
treed9265e02541b669542643524bb7ae4c01f01086e
parent0b2fd6a8c86fbf1da57babbfb78d7276a739243a
WINGs: W_KeycodeToKeysym remove unnecessary if test

min_kc value is always -1 at that point in the code, so need to test it
as it's always true.
WINGs/winputmethod.c