aboutsummaryrefslogtreecommitdiff
path: root/parse/parse_south_texture.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse/parse_south_texture.c')
-rw-r--r--parse/parse_south_texture.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/parse/parse_south_texture.c b/parse/parse_south_texture.c
deleted file mode 100644
index 10ee403..0000000
--- a/parse/parse_south_texture.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/* ************************************************************************** */
-/* */
-/* ::: :::::::: */
-/* parse_south_texture.c :+: :+: :+: */
-/* +:+ +:+ +:+ */
-/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
-/* +#+#+#+#+#+ +#+ */
-/* Created: 2019/11/15 09:29:55 by cacharle #+# #+# */
-/* Updated: 2019/11/15 09:30:46 by cacharle ### ########.fr */
-/* */
-/* ************************************************************************** */
-
-#include "cub3d.h"
-
-t_bool parse_south_texture(t_parsing *parsing, char *line)
-{
- parsing->south_texture_path = ft_strdup(line + 1);
- return (TRUE);
-}