ime: ime_reset_pending_{preedit,commit} is not used outside ime.c

This commit is contained in:
Daniel Eklöf 2022-06-15 18:39:46 +02:00
parent 9dc4f48e7a
commit d852178540
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 34 additions and 36 deletions

2
ime.h
View file

@ -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);