d_main.c: remove the _MAX_PATH define, the file hasn't used it since v2.0

This commit is contained in:
Monster Iestyn 2018-11-08 20:09:00 +00:00
parent fa80d61799
commit f50f10ef30
1 changed files with 0 additions and 4 deletions

View File

@ -761,10 +761,6 @@ static inline void D_CleanFile(void)
}
}
#ifndef _MAX_PATH
#define _MAX_PATH MAX_WADPATH
#endif
// ==========================================================================
// Identify the SRB2 version, and IWAD file to use.
// ==========================================================================