Cleanup: remove old comment.
authorCarl Hetherington <cth@carlh.net>
Tue, 4 Oct 2022 22:26:19 +0000 (00:26 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 4 Oct 2022 22:26:19 +0000 (00:26 +0200)
src/tools/dcpomatic_player.cc

index 7b512d1e31037a3ac5b99c4cf4f6f32bad2db198..fb5821a9f738269052cd6fef39f1bd33aee11a65 100644 (file)
@@ -338,7 +338,6 @@ public:
                reset_film ();
                try {
                        _stress.set_suspended (true);
-                       // here
                        auto dcp = make_shared<DCPContent>(dir);
                        auto job = make_shared<ExamineContentJob>(_film, dcp);
                        _examine_job_connection = job->Finished.connect(bind(&DOMFrame::add_dcp_to_film, this, weak_ptr<Job>(job), weak_ptr<Content>(dcp)));