diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-24 12:01:54 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-29 21:19:56 +0100 |
| commit | 5f1e91943a9ec9709061f1f35ce9ec996a8b5a3f (patch) | |
| tree | dcac8ecc80c501a9885ba1e09b2ba677708d766c /src | |
| parent | d51c2864b48adf1b3b76d218c549445cc1005d9b (diff) | |
Remove unnecessary using statements.
Diffstat (limited to 'src')
| -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; |
