Clarify error messages about missing configuration.
[dcpomatic.git] / src / lib / font_id_allocator.cc
index ef25dc6424588450690242109a8854b61f0554b8..70eda2b0613caa2402a24502d9e89d7a769073ed 100644 (file)
@@ -63,9 +63,7 @@ FontIDAllocator::add_fonts_from_asset(int reel_index, shared_ptr<const dcp::Subt
                _map[Font(reel_index, asset->id(), font.first)] = 0;
        }
 
-       if (asset->font_data().empty()) {
-               _map[Font(reel_index, asset->id(), "")] = 0;
-       }
+       _map[Font(reel_index, asset->id(), "")] = 0;
 }