diff --git a/src/main.c b/src/main.c index 4aec448..673d99e 100644 --- a/src/main.c +++ b/src/main.c @@ -404,11 +404,6 @@ int main(int argc, char **argv) set_flag(flags, opt.fx9bug, XMP_FLAGS_FX9BUG); set_flag(flags, opt.fixloop, XMP_FLAGS_FIXLOOP); xmp_set_player(xc, XMP_PLAYER_CFLAGS, flags); -#if XMP_VERCODE < 0x040003 - if (flags & XMP_FLAGS_VBLANK) { - xmp_scan_module(xc); - } -#endif /* Show module data */