diff options
Diffstat (limited to 'src/lib/font_id_allocator.cc')
| -rw-r--r-- | src/lib/font_id_allocator.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/font_id_allocator.cc b/src/lib/font_id_allocator.cc index ef25dc642..70eda2b06 100644 --- a/src/lib/font_id_allocator.cc +++ b/src/lib/font_id_allocator.cc @@ -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; } |
