From d305f831e897a2863ba4bfb9954735b408fbc857 Mon Sep 17 00:00:00 2001 From: Zy Date: Fri, 11 Oct 2024 19:10:19 +0200 Subject: [PATCH] dev: clean some unnecessary things --- source/main.cpp | 2 -- source/mlx_xpm.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/source/main.cpp b/source/main.cpp index ed72f6a..908abcc 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -384,7 +384,6 @@ files: goto end; navigate: - fsInit(); { char *last = new char[2]; last[0] = '/'; @@ -452,7 +451,6 @@ navigate: } delete [] last; } - fsExit(); // TODO keep? goto end; assets: diff --git a/source/mlx_xpm.c b/source/mlx_xpm.c index b245843..0664432 100644 --- a/source/mlx_xpm.c +++ b/source/mlx_xpm.c @@ -8,8 +8,6 @@ ** Last update Sat Oct 1 14:56:13 2005 Olivier Crouzet */ -#include "utilsconsole_extern_c.h" // TODO remove - #include "mlx_int.h" #include "mlx.h" #include "mlx_internal.h"