diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-24 12:01:54 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-28 02:01:57 +0100 |
| commit | b6ea4bb12f98b61d32fa305d4b5fee548f5ebfd6 (patch) | |
| tree | 475629e3a11e00f624a90291aab432a67e200bab /src/lib | |
| parent | f8d0dac871883c7cbfa6f31c182ca3e6d213aed1 (diff) | |
Remove unnecessary using statements.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/grok/context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/grok/context.h b/src/lib/grok/context.h index da2fd78de..8e03c1d54 100644 --- a/src/lib/grok/context.h +++ b/src/lib/grok/context.h @@ -29,8 +29,6 @@ #include "messenger.h" class Film; -using dcp::Data; -using namespace dcpomatic; static std::mutex launchMutex; |
