diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-08 10:03:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-08 10:03:02 +0100 |
| commit | 1ffc5c24b2e1248e95b746100bb5c31fab360f25 (patch) | |
| tree | f2d82a4bcb83fd31c70883738ceee4b526ac21e4 /src/lib | |
| parent | 0f20f8f31a5699f5afada954cd421a7701497298 (diff) | |
Remove unused variable.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/playlist.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/playlist.cc b/src/lib/playlist.cc index df3e63303..8b874aae6 100644 --- a/src/lib/playlist.cc +++ b/src/lib/playlist.cc @@ -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 ()); |
