mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
ime: ime_reset_pending_{preedit,commit} is not used outside ime.c
This commit is contained in:
parent
9dc4f48e7a
commit
d852178540
2 changed files with 34 additions and 36 deletions
2
ime.h
2
ime.h
|
|
@ -15,7 +15,5 @@ void ime_enable(struct seat *seat);
|
|||
void ime_disable(struct seat *seat);
|
||||
void ime_update_cursor_rect(struct seat *seat);
|
||||
|
||||
void ime_reset_pending_preedit(struct seat *seat);
|
||||
void ime_reset_pending_commit(struct seat *seat);
|
||||
void ime_reset_pending(struct seat *seat);
|
||||
void ime_reset_preedit(struct seat *seat);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue