Skip to content

Commit

Permalink
Remove the unimplemented CloseIC in fcitx module
Browse files Browse the repository at this point in the history
This call is actually a left-over when porting from fcitx4 service to the new org.freedesktop.portal.Fcitx supported by both fcitx4/fcitx5. CloseIC is actually never a part of the new interface on org.freedesktop.portal.Fcitx. It cause any issue user visible effect.
  • Loading branch information
wengxt authored and slouken committed Jul 20, 2023
1 parent fb57ba7 commit 2eb73e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/linux/SDL_fcitx.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ void SDL_Fcitx_SetFocus(SDL_bool focused)
void SDL_Fcitx_Reset(void)
{
FcitxClientICCallMethod(&fcitx_client, "Reset");
FcitxClientICCallMethod(&fcitx_client, "CloseIC");
}

SDL_bool SDL_Fcitx_ProcessKeyEvent(Uint32 keysym, Uint32 keycode, Uint8 state)
Expand Down

0 comments on commit 2eb73e2

Please sign in to comment.