Skip to content

Commit c9a09c0

Browse files
committed
Remove redundant warning
1 parent 73b350b commit c9a09c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

prboom2/src/MUSIC/xmpplayer.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ static const void *xmp_registersong(const void *data, unsigned len)
9494
{
9595
if (xmp_load_module_from_memory(context, data, len) < 0)
9696
{
97-
lprintf(LO_WARN, "xmp_registersong: failed to load module.\n");
9897
return NULL;
9998
}
10099

0 commit comments

Comments
 (0)