Remove unused variable.
authorCarl Hetherington <cth@carlh.net>
Tue, 8 Jul 2014 09:03:02 +0000 (10:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 8 Jul 2014 09:03:02 +0000 (10:03 +0100)
src/lib/playlist.cc

index df3e633036f174fe609f192f3f3eba370eed062f..8b874aae6676a757b7bf4e01b4e1bb13599478ef 100644 (file)
@@ -389,7 +389,6 @@ Playlist::move_later (shared_ptr<Content> c)
                return;
        }
 
-       Time const p = (*next)->position ();
        (*next)->set_position (c->position ());
        c->set_position (c->position() + c->length_after_trim ());
        sort (_content.begin(), _content.end(), ContentSorter ());