dev: clean TODOs

This commit is contained in:
Zy 2024-11-13 18:40:29 +01:00 committed by mcolonna
parent a09cf69412
commit f0680246a6
4 changed files with 4 additions and 9 deletions

View file

@ -3,10 +3,10 @@
/* ::: :::::::: */
/* move.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: mc <mc@student.42.fr> +#+ +:+ +#+ */
/* By: Zy <frzysk@proton.me> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/10/15 12:47:34 by mcolonna #+# #+# */
/* Updated: 2024/11/07 17:09:31 by mc ### ########.fr */
/* Updated: 2024/11/13 18:39:22 by Zy ### ########.fr */
/* */
/* ************************************************************************** */
@ -70,8 +70,6 @@ static int rotate(int factor)
return (0);
}
// TODO leaks when quit?
void move(void)
{
if (g_input_actions.up && !g_input_actions.down)