More comment updates.
[dcpomatic.git] / src / lib / player.cc
index 0d55dd207d5210843306ecfe4cea68de25fb6ae8..1f5639f68bc5d1be00767faf805d8c5bc5981e08 100644 (file)
@@ -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));
                }