diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -20,7 +20,6 @@ int main(int argc, const char *argv[]) { t_cub *clist; - (void)argv; if (argc < 2) { @@ -38,7 +37,6 @@ int ft_memdel((void**)&clist); return (2); } - ft_print_list(clist); ft_parse_map(argv[1], clist); if (ft_init_winlx(clist) < 0) return (ft_exit(3, clist)); |