diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-09-19 21:43:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-09-19 21:43:08 +0200 |
| commit | c269ebfdae53a2f5c5e9acc6f6588ebb47eeac9d (patch) | |
| tree | 990671b92cf70c5742c3eca12e54e931f0d36948 /src/lib/string_text_file_content.cc | |
| parent | fc1441eeaa3c0805c37809685ea7a3f5ca173666 (diff) | |
C++11 and general tidying.
Diffstat (limited to 'src/lib/string_text_file_content.cc')
| -rw-r--r-- | src/lib/string_text_file_content.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/string_text_file_content.cc b/src/lib/string_text_file_content.cc index 69d2a6756..25d59ec61 100644 --- a/src/lib/string_text_file_content.cc +++ b/src/lib/string_text_file_content.cc @@ -37,7 +37,6 @@ using std::cout; using std::make_shared; using std::shared_ptr; using std::string; -using boost::optional; using dcp::raw_convert; using namespace dcpomatic; |
