diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-24 17:04:21 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-10-18 13:46:50 +0200 |
| commit | d8f3f1426cdd5903fae3ef9fc118068f40310316 (patch) | |
| tree | 25a6f542d93f94bc839a07bac7773ac9c488edac /src/lib | |
| parent | a17efe392b844c32f790f91788f6d986e6fb1901 (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; |
