From eb0f42af91dd07934617d5d57aa5344c6cc6f691 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 2 Sep 2011 00:22:32 +0000 Subject: [PATCH] remove bogus assert --- panda/src/express/multifile.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/panda/src/express/multifile.cxx b/panda/src/express/multifile.cxx index bfd5004a7f..9ab3ab2395 100644 --- a/panda/src/express/multifile.cxx +++ b/panda/src/express/multifile.cxx @@ -1826,7 +1826,6 @@ extract_subfile(int index, const Filename &filename) { fname.set_binary(); } - nassertr(fname.is_binary_or_text(), false); if (!fname.is_binary_or_text()) { // If we haven't specified binary or text, infer it from the type // of the subfile.