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;
|
||||
|
||||
navigate:
|
||||
fsInit();
|
||||
{
|
||||
char *last = new char[2];
|
||||
last[0] = '/';
|
||||
|
@ -452,7 +451,6 @@ navigate:
|
|||
}
|
||||
delete [] last;
|
||||
}
|
||||
fsExit(); // TODO keep?
|
||||
goto end;
|
||||
|
||||
assets:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue