diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-24 17:04:21 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-28 02:01:57 +0100 |
| commit | ef4bc89bf3d0a4915959c2097d70e37e7491ee76 (patch) | |
| tree | 52cbf4a890bcaede818eb920f1ceda413a3ad47c /src/lib/grok | |
| parent | d65258fb32e03681f1474929c10aa5ecb7438f87 (diff) | |
Cleanup: remove unnecessary forward declaration.
Diffstat (limited to 'src/lib/grok')
| -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; |
