mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-10 06:31:48 +00:00
removed dead code (NEWLINE macro)
This commit is contained in:
parent
2d806401eb
commit
3ae1abd69e
1 changed files with 0 additions and 7 deletions
|
@ -20,13 +20,6 @@ typedef struct {
|
|||
static crash_t crash;
|
||||
|
||||
|
||||
#if defined(_WIN32)
|
||||
# define NEWLINE "\n"
|
||||
#else
|
||||
# define NEWLINE "\r\n"
|
||||
#endif
|
||||
|
||||
|
||||
static qbool IsVMIndexValid(vmIndex_t vmIndex)
|
||||
{
|
||||
return vmIndex >= 0 && vmIndex < VM_COUNT;
|
||||
|
|
Loading…
Reference in a new issue