diff --git a/src/input.c b/src/input.c index f676654..1e6c8a8 100644 --- a/src/input.c +++ b/src/input.c @@ -51,7 +51,6 @@ static int hook_keyrelease(int keycode) return (0); } -// TODO hide cursor without leak? void input_init(void *mlx_ptr, void *win_ptr) { (void)mlx_ptr;