From f1bc0c9276962f5573fc8ebc3587a268e8297da8 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Mon, 24 Feb 2020 18:51:57 +0100 Subject: SALAD --- src/ft_init_winlx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ft_init_winlx.c') diff --git a/src/ft_init_winlx.c b/src/ft_init_winlx.c index 453988b..b41dc4a 100644 --- a/src/ft_init_winlx.c +++ b/src/ft_init_winlx.c @@ -28,6 +28,6 @@ int 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); + /* ft_music(clist); */ return (0); } -- cgit v1.2.3