Browse Source

remove bogus assert

David Rose 14 years ago
parent
commit
eb0f42af91
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/express/multifile.cxx

+ 0 - 1
panda/src/express/multifile.cxx

@@ -1826,7 +1826,6 @@ extract_subfile(int index, const Filename &filename) {
     fname.set_binary();
     fname.set_binary();
   }
   }
 
 
-  nassertr(fname.is_binary_or_text(), false);
   if (!fname.is_binary_or_text()) {
   if (!fname.is_binary_or_text()) {
     // If we haven't specified binary or text, infer it from the type
     // If we haven't specified binary or text, infer it from the type
     // of the subfile.
     // of the subfile.