diff src/modplug/modplugbmp.cxx @ 2536:f791c889f74c

We have never actually supported J2B (Jazz Jackrabbit 2) modules (the loader was a stub), so remove the references to it.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 28 Apr 2008 16:46:35 +0300
parents 769e17da93dd
children bd3a24b39058
line wrap: on
line diff
--- a/src/modplug/modplugbmp.cxx	Mon Apr 28 16:31:52 2008 +0300
+++ b/src/modplug/modplugbmp.cxx	Mon Apr 28 16:46:35 2008 +0300
@@ -198,8 +198,6 @@
 		return true;
 	if (lExt == ".ult")
 		return true;
-	if (lExt == ".j2b")
-		return true;
 	if (lExt == ".mt2")
 		return true;