aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/input.rs4
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);