Remove obsolete module rescan code

We're now using libxmp 4.1 so no need to check for older library versions.

Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
master
Claudio Matsuoka 13 years ago
parent d008b00006
commit 32824dec20
  1. 5
      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 */

Loading…
Cancel
Save