diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-02 22:52:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-02 23:21:32 +0100 |
| commit | 5c14c5e61d71fd4a249587835db36225e0f20190 (patch) | |
| tree | 906c9eed46935b41c149171574b1e9367a8a918a | |
| parent | be1a730ae8faa511a345bf707d11c28fba891cd6 (diff) | |
Remove unused using.
| -rw-r--r-- | src/tools/dcpomatic_cli.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_cli.cc b/src/tools/dcpomatic_cli.cc index 83cecd74a..a5d3f1fa7 100644 --- a/src/tools/dcpomatic_cli.cc +++ b/src/tools/dcpomatic_cli.cc @@ -58,7 +58,6 @@ using std::function; using std::list; using std::pair; using std::runtime_error; -using std::setw; using std::shared_ptr; using std::string; using std::vector; |
