diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-07-09 01:49:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-07-09 21:29:57 +0200 |
| commit | fe5bed524942c1ffc157f8a5ef59f5d291789891 (patch) | |
| tree | cf3ed3ed7672ab3c38673fa0d15927d80ed0c5d2 /src/lib/text_decoder.cc | |
| parent | bb07c53c501365b6380ae2c7e1a149b955d13d4d (diff) | |
Replace String::compose with fmt.
Diffstat (limited to 'src/lib/text_decoder.cc')
| -rw-r--r-- | src/lib/text_decoder.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/text_decoder.cc b/src/lib/text_decoder.cc index 52d6c58d3..c159c00ca 100644 --- a/src/lib/text_decoder.cc +++ b/src/lib/text_decoder.cc @@ -19,7 +19,6 @@ */ -#include "compose.hpp" #include "dcpomatic_log.h" #include "log.h" #include "text_content.h" |
