From 0dcba6ff7e68ed13f8e6caadd80b77506b917050 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 11 Jan 2020 10:38:41 +0100 Subject: Hardcore refactoring --- parse/parse_east_texture.c | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 parse/parse_east_texture.c (limited to 'parse/parse_east_texture.c') diff --git a/parse/parse_east_texture.c b/parse/parse_east_texture.c deleted file mode 100644 index 846b36d..0000000 --- a/parse/parse_east_texture.c +++ /dev/null @@ -1,19 +0,0 @@ -/* ************************************************************************** */ -/* */ -/* ::: :::::::: */ -/* parse_east_texture.c :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: cacharle +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2019/11/15 09:29:37 by cacharle #+# #+# */ -/* Updated: 2019/11/15 09:31:02 by cacharle ### ########.fr */ -/* */ -/* ************************************************************************** */ - -#include "cub3d.h" - -t_bool parse_east_texture(t_parsing *parsing, char *line) -{ - parsing->east_texture_path = ft_strdup(line + 1); - return (TRUE); -} -- cgit