remove bogus assert

This commit is contained in:
David Rose 2011-09-02 00:22:32 +00:00
parent 6b3cc48bb6
commit eb0f42af91

View File

@ -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.