summaryrefslogtreecommitdiff
path: root/driver/mouse.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/mouse.c')
-rw-r--r--driver/mouse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/driver/mouse.c b/driver/mouse.c
index 274c9a5..0c48a5f 100644
--- a/driver/mouse.c
+++ b/driver/mouse.c
@@ -155,7 +155,6 @@ void mouse_action()
if(mouse_y>=1080)mouse_y=1080-1;
compositor_mouse_handle(mouse_x,1080-mouse_y, mouse_byte[0]);
-
}
void mouse_handler(uint8_t byte)//struct regs *a_r) //struct regs *a_r (not used but just there)