From 0584dfe5b8e74406b59ae5d05b74ecbf3c87ad20 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 8 May 2017 00:18:30 +0100 Subject: More comment updates. --- src/lib/player.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/player.cc b/src/lib/player.cc index 0d55dd207..1f5639f68 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -543,8 +543,6 @@ Player::pass () fill_video (DCPTimePeriod (_last_seek_time.get(), _last_seek_time.get() + one_video_frame ())); } - /* XXX: fill audio */ - if (!earliest) { return true; } @@ -572,7 +570,6 @@ Player::pass () } if (_last_audio_time) { - /* XXX: does this remain necessary? */ fill_audio (DCPTimePeriod (_last_audio_time.get(), i->second)); } -- cgit v1.2.3