diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-24 17:04:21 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-12-16 02:07:38 +0100 |
| commit | 6221a5f75ebf360665bf80f0cdf69e3735062951 (patch) | |
| tree | 1cb246a0bd7241019b5b4c4b2f7a9a516b06009a /src/lib | |
| parent | 491a777e8150cd2e1018bfbabe6ac35f77eaa1fb (diff) | |
Cleanup: remove unnecessary forward declaration.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/grok/context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/grok/context.h b/src/lib/grok/context.h index 2513f8863..640ec2196 100644 --- a/src/lib/grok/context.h +++ b/src/lib/grok/context.h @@ -28,7 +28,6 @@ #include "../writer.h" #include "messenger.h" -class Film; static std::mutex launchMutex; |
