dev: clean TODO

This commit is contained in:
mcolonna 2024-11-21 16:11:42 +01:00
parent a41dae7d23
commit 041bce2981

View file

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