diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-24 12:01:54 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-10-18 13:46:37 +0200 |
| commit | 0053d931a1293d4f663489f874a54fbcfbd5783b (patch) | |
| tree | 7602662ed239d5a3c78073c8a13be51c988e9fcc /src | |
| parent | 2ed3dadd6287859551fcbeaf85e09b0b3f1e8ff5 (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; |
