From f789506428cd2f870985a4e6d2d5e58bcf1d6303 Mon Sep 17 00:00:00 2001 From: David Capello Date: Tue, 4 Jun 2019 12:25:02 -0300 Subject: [PATCH] Accept a valid case of FileOp() without preferences (for file_tests) --- src/app/file/file.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/file/file.cpp b/src/app/file/file.cpp index 758d6f253..e1ea3e30e 100644 --- a/src/app/file/file.cpp +++ b/src/app/file/file.cpp @@ -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;