diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-24 12:01:54 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-12-16 02:07:38 +0100 |
| commit | 095f151405f0e9ab512928db0b6860fd196531d7 (patch) | |
| tree | 3530ea8c26ca400efeddea58a801ac6d4ec560d4 /src | |
| parent | 0cd87b0438427c02fec78c819adec96b05416d80 (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; |
