mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-25 14:05:41 -05:00
Remove some dead code
This commit is contained in:
parent
b7f43ac023
commit
9e856bc9d2
1 changed files with 0 additions and 4 deletions
|
@ -218,10 +218,6 @@ impl<'a, N: Notify + 'a> Processor<'a, N> {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn mouse_moved_cells(&mut self) {
|
||||
|
||||
}
|
||||
|
||||
pub fn normal_mouse_report(&mut self, button: u8) {
|
||||
let (line, column) = (self.ctx.mouse.line, self.ctx.mouse.column);
|
||||
|
||||
|
|
Loading…
Reference in a new issue