diff options
author | Joe Wilm <joe@jwilm.com> | 2017-01-08 17:08:52 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2017-01-08 17:08:52 -0800 |
commit | 9e856bc9d2c99f8cef143786d42c8f4c40de4a5f (patch) | |
tree | 3be609121fe6e3c65c44ff36dabbbc24670e686c /src/input.rs | |
parent | b7f43ac0236d5dcaa1e6c7d3a22189faa4342932 (diff) | |
download | alacritty-9e856bc9d2c99f8cef143786d42c8f4c40de4a5f.tar.gz alacritty-9e856bc9d2c99f8cef143786d42c8f4c40de4a5f.zip |
Remove some dead code
Diffstat (limited to 'src/input.rs')
-rw-r--r-- | src/input.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/input.rs b/src/input.rs index 47ce52fa..3335e0b9 100644 --- a/src/input.rs +++ b/src/input.rs @@ -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); |