Remove unnecessary using statements.
authorCarl Hetherington <cth@carlh.net>
Sun, 24 Sep 2023 10:01:54 +0000 (12:01 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 28 Jan 2024 01:01:57 +0000 (02:01 +0100)
src/lib/grok/context.h

index da2fd78de97cb0d512d51109c934cbc03ddca412..8e03c1d541c71bb5aa2c6cd5129e7f2d1d41186e 100644 (file)
@@ -29,8 +29,6 @@
 #include "messenger.h"
 
 class Film;
-using dcp::Data;
-using namespace dcpomatic;
 
 static std::mutex launchMutex;