a bit of code clean up but not much =|

removed old sort function
This commit is contained in:
Tanguy MAZE
2019-03-11 16:59:44 +01:00
parent 735c6af817
commit 3d54238d24
2 changed files with 56 additions and 74 deletions

View File

@@ -6,7 +6,7 @@
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/02/23 13:35:15 by tmaze #+# #+# */
/* Updated: 2019/03/10 13:27:02 by tmaze ### ########.fr */
/* Updated: 2019/03/11 13:41:27 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
@@ -63,7 +63,7 @@ void exec_actions(t_psdata *data)
ps_rerot(data, buff[2]);
else if (buff[2] == 'r')
ps_rrerot(data);
debug(data, buff);
// debug(data, buff);
nop = nop->next;
}
}