From 7fa49f137016f188dbbc3337c772d1301409303c Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 29 Feb 2020 00:50:02 +0100 Subject: Better defines --- src/ft_init_winlx.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ft_init_winlx.c') diff --git a/src/ft_init_winlx.c b/src/ft_init_winlx.c index b41dc4a..1e2e351 100644 --- a/src/ft_init_winlx.c +++ b/src/ft_init_winlx.c @@ -26,8 +26,6 @@ int clist->wlist->x_size, clist->wlist->y_size, "Cub3D"))) return (-1); clist->wlist->inited = 1; - ft_printf("Created window of size %ux%u\nHost OS: %s\n", - clist->wlist->x_size, clist->wlist->y_size, FT_OS); /* ft_music(clist); */ return (0); } -- cgit v1.2.3