Tiny C++11 tidy-up.
[dcpomatic.git] / src / lib / piece.cc
index efbcbde1e56754a2a9779fb7e62464b3e035a946..e0eeedc2de4f5896edb4eb7a8210059bbdbfac90 100644 (file)
@@ -32,7 +32,6 @@ Piece::Piece (shared_ptr<Content> c, shared_ptr<Decoder> d, FrameRateChange f)
        : content (c)
        , decoder (d)
        , frc (f)
-       , done (false)
 {
        if (content->audio) {
                for (auto j: content->audio->streams()) {