diff options
Diffstat (limited to 'src/ft_init_winlx.c')
-rw-r--r-- | src/ft_init_winlx.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |