Remove unused {cancel,finish}_composition
methods
This commit is contained in:
parent
481078ae22
commit
a4ceae3cf2
3 changed files with 1 additions and 15 deletions
|
@ -102,8 +102,6 @@ pub trait InputHandler {
|
|||
);
|
||||
fn marked_text_range(&self) -> Option<Range<usize>>;
|
||||
fn unmark_text(&mut self);
|
||||
fn cancel_composition(&mut self);
|
||||
fn finish_composition(&mut self);
|
||||
}
|
||||
|
||||
pub trait Window: WindowContext {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue