From 3ebd8ba2bd2302327932d877ef8b797793a67542 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 23 Mar 2020 00:16:36 +0100 Subject: Cool --- src/ft_get_topsp.c | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 src/ft_get_topsp.c (limited to 'src/ft_get_topsp.c') diff --git a/src/ft_get_topsp.c b/src/ft_get_topsp.c deleted file mode 100644 index 84339c3..0000000 --- a/src/ft_get_topsp.c +++ /dev/null @@ -1,32 +0,0 @@ -/* ************************************************************************** */ -/* */ -/* ::: :::::::: */ -/* ft_check_map_line.c :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: rbousset +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2020/02/14 17:28:34 by rbousset #+# #+# */ -/* Updated: 2020/02/14 17:28:37 by rbousset ### ########lyon.fr */ -/* */ -/* ************************************************************************** */ - -#include -#include -#include -#include - -void - ft_get_topsp(char c, t_cub *clist) -{ - (void)c; - (void)clist; - /* int8_t x; */ - - /* if ((x = ft_strlchr(FT_CHRST_SPRITES, c)) > 0) */ - /* { */ - /* if ((x + 2) > clist->mlist.topsp) */ - /* { */ - /* clist->mlist.topsp = x + 2; */ - /* } */ - /* } */ -} -- cgit v1.2.3