mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Remove unused dir string
Since 4154066c26
reduced the memory
footprint, it's now unused.
This commit is contained in:
parent
b60bfc6bd8
commit
0fd4f21710
1 changed files with 0 additions and 1 deletions
|
@ -514,7 +514,6 @@ bool FILESYSTEM_mountAssets(const char* path)
|
|||
char filename[MAX_PATH];
|
||||
char virtual_path[MAX_PATH];
|
||||
const char* real_path;
|
||||
char dir[MAX_PATH];
|
||||
|
||||
VVV_between(path, "levels/", filename, ".vvvvvv");
|
||||
|
||||
|
|
Loading…
Reference in a new issue