Skip to content

Commit

Permalink
w_wad.c: Remove stub W_CheckWADIntegrity()
Browse files Browse the repository at this point in the history
  • Loading branch information
erysdren committed Dec 19, 2023
1 parent d8087e7 commit 368b31c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions source/w_wad.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,20 +152,6 @@ void W_AddFile(char *_filename)
}
}

/*
====================
=
= W_CheckWADIntegrity
=
====================
*/

void W_CheckWADIntegrity(void)
{

// CRC disabled because it's not very useful these days
}

/*
====================
=
Expand Down Expand Up @@ -209,7 +195,6 @@ void W_InitMultipleFiles(char **filenames)

if (!quiet)
printf("W_Wad: Wad Manager Started NUMLUMPS=%ld\n", (long int)numlumps);
W_CheckWADIntegrity();
}

/*
Expand Down

0 comments on commit 368b31c

Please sign in to comment.