Remove unused variable.
[dcpomatic.git] / src / lib / film.cc
index 313170c21ba8d6ae1e2a0edc025e15504a493f7f..6764a5be6c175252bf7fec8126a305d65038ae75 100644 (file)
@@ -1407,7 +1407,6 @@ Film::reels () const
        {
                optional<DCPTime> last_split;
                shared_ptr<Content> last_video;
-               ContentList cl = content ();
                BOOST_FOREACH (shared_ptr<Content> c, content ()) {
                        if (c->video) {
                                BOOST_FOREACH (DCPTime t, c->reel_split_points()) {