1
0
Fork 0
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:
Joe Wilm 2017-01-08 17:08:52 -08:00
parent b7f43ac023
commit 9e856bc9d2

View file

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