Accept a valid case of FileOp() without preferences (for file_tests)

This commit is contained in:
David Capello 2019-06-04 12:25:02 -03:00
parent 81a355133d
commit f789506428

View File

@ -1204,7 +1204,6 @@ FileOp::FileOp(FileOpType type,
m_config.fillFromPreferences();
else {
LOG(VERBOSE, "FILE: Using a file operation with default configuration\n");
ASSERT(false);
}
m_seq.palette = nullptr;