dev: clean some unnecessary things

This commit is contained in:
Zy 2024-10-11 19:10:19 +02:00
parent 09e319024d
commit d305f831e8
2 changed files with 0 additions and 4 deletions

View file

@ -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:

View file

@ -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"