Remove unused variable.
authorCarl Hetherington <cth@carlh.net>
Sat, 9 Jul 2016 22:46:47 +0000 (23:46 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 9 Jul 2016 22:46:47 +0000 (23:46 +0100)
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()) {