diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-05 00:26:19 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-05 00:26:19 +0200 |
| commit | ffc2fac596d1c883fb0a85bece42f5d46f16adf1 (patch) | |
| tree | 9ad51291f24981473c2d3915f3dcd28fdf1545b4 /src | |
| parent | c3802179cb922adc58232dcd5a29fc3962494293 (diff) | |
Cleanup: remove old comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic_player.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_player.cc b/src/tools/dcpomatic_player.cc index 7b512d1e3..fb5821a9f 100644 --- a/src/tools/dcpomatic_player.cc +++ b/src/tools/dcpomatic_player.cc @@ -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))); |
