diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/film_state.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/film_state.cc b/src/lib/film_state.cc index e0ad20417..739eeac3c 100644 --- a/src/lib/film_state.cc +++ b/src/lib/film_state.cc @@ -165,11 +165,6 @@ FilmState::read_metadata (string k, string v) } else if (k == "content_digest") { content_digest = v; } - - /* Itsy bitsy hack: compute digest here if don't have one (for backwards compatibility) */ - if (content_digest.empty() && !content.empty()) { - content_digest = md5_digest (content_path ()); - } } |
