summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/player.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc
index 3584e75ca..db8be20c2 100644
--- a/src/lib/player.cc
+++ b/src/lib/player.cc
@@ -405,7 +405,6 @@ Player::flush ()
while (_audio && _audio_position < _video_position) {
emit_silence (_video_position - _audio_position);
}
-
}
/** Seek so that the next pass() will yield (approximately) the requested frame.