From 32824dec202a36ec3eebe74b689fde2d85234db9 Mon Sep 17 00:00:00 2001 From: Claudio Matsuoka Date: Tue, 16 Apr 2013 16:57:50 -0300 Subject: [PATCH] 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 --- src/main.c | 5 ----- 1 file changed, 5 deletions(-) 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 */