dev: clean some unnecessary things
This commit is contained in:
parent
09e319024d
commit
d305f831e8
2 changed files with 0 additions and 4 deletions
|
@ -384,7 +384,6 @@ files:
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
navigate:
|
navigate:
|
||||||
fsInit();
|
|
||||||
{
|
{
|
||||||
char *last = new char[2];
|
char *last = new char[2];
|
||||||
last[0] = '/';
|
last[0] = '/';
|
||||||
|
@ -452,7 +451,6 @@ navigate:
|
||||||
}
|
}
|
||||||
delete [] last;
|
delete [] last;
|
||||||
}
|
}
|
||||||
fsExit(); // TODO keep?
|
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
assets:
|
assets:
|
||||||
|
|
|
@ -8,8 +8,6 @@
|
||||||
** Last update Sat Oct 1 14:56:13 2005 Olivier Crouzet
|
** Last update Sat Oct 1 14:56:13 2005 Olivier Crouzet
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "utilsconsole_extern_c.h" // TODO remove
|
|
||||||
|
|
||||||
#include "mlx_int.h"
|
#include "mlx_int.h"
|
||||||
#include "mlx.h"
|
#include "mlx.h"
|
||||||
#include "mlx_internal.h"
|
#include "mlx_internal.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue