Remove unused {cancel,finish}_composition
methods
This commit is contained in:
parent
481078ae22
commit
a4ceae3cf2
3 changed files with 1 additions and 15 deletions
|
@ -445,18 +445,6 @@ impl InputHandler for WindowInputHandler {
|
|||
);
|
||||
});
|
||||
}
|
||||
|
||||
// TODO - do these need to be handled separately?
|
||||
|
||||
fn cancel_composition(&mut self) {
|
||||
println!("cancel_composition()");
|
||||
self.unmark_text();
|
||||
}
|
||||
|
||||
fn finish_composition(&mut self) {
|
||||
println!("finish_composition()");
|
||||
self.unmark_text();
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(any(test, feature = "test-support"))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue