diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-27 22:57:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-27 22:57:33 +0200 |
| commit | 476ec5c7e33314b9a0a073e144c9ca996a179321 (patch) | |
| tree | 2f28343c1bc1c06f8ec5269e659386f67df39495 | |
| parent | b7d11c6b83b779970fef792d36f1166ccb6cabc1 (diff) | |
Remove unused forward declaration.
| -rw-r--r-- | src/lib/film.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index b03b0258e..5bf6c55f7 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -57,7 +57,6 @@ class Content; class Playlist; class AudioContent; class AudioProcessor; -class AudioMapping; class Ratio; class Job; class Film; |
