diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-08 02:16:06 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-08 17:09:15 +0200 |
| commit | f330799459f44d031dc711b947dd2c0cc5a015a3 (patch) | |
| tree | bf88f9b620c6d88e350d73734e37ccf4c358eff0 /src/lib/film.cc | |
| parent | 8755ef75cb001cf7fba230ffa98fb40eb2547849 (diff) | |
Remove encryption key options (#1760).
Diffstat (limited to 'src/lib/film.cc')
| -rw-r--r-- | src/lib/film.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index 2aaeafca6..93a22d186 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -1208,13 +1208,6 @@ Film::set_encrypted (bool e) _encrypted = e; } -void -Film::set_key (dcp::Key key) -{ - ChangeSignaller<Film> ch (this, KEY); - _key = key; -} - ContentList Film::content () const { |
