Remove commented-out code.

This commit is contained in:
C.W. Betts 2024-05-10 12:53:06 -06:00
parent 1746a57688
commit d3a486ee24

View File

@ -661,7 +661,6 @@ void bm_ChangeEndName(const char *src, char *dest) {
ddio_SplitPath(src, path, filename, ext);
limit = BITMAP_NAME_LEN - 7;
// Make sure we don't go over our name length limit
// strncpy(filename, filename, limit);
filename[limit] = 0;
Start:
if (curnum != -1)