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"