diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-24 12:01:54 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-10-16 17:56:10 +0200 |
| commit | ad7e65bfe1dba689dcb3312b7c3609ece64e783f (patch) | |
| tree | 17c82066358a2242bd6f9b10055bea7b869167d0 | |
| parent | 08a24998bb56f01942d49229210829c06c21277c (diff) | |
Remove unnecessary using statements.
| -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; |
