Merge master.
[dcpomatic.git] / src / lib / playlist.cc
index 1c65d1326b3d57e74e8b819553388c97bca94570..16c740943ca89f382f27082ba70a935d987c484b 100644 (file)
@@ -393,7 +393,6 @@ Playlist::move_later (shared_ptr<Content> c)
                return;
        }
 
-       DCPTime const p = (*next)->position ();
        (*next)->set_position (c->position ());
        c->set_position (c->position() + c->length_after_trim ());
        sort (_content.begin(), _content.end(), ContentSorter ());