diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-29 20:28:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-29 20:28:09 +0100 |
| commit | 0acb6dd49cb0976b45e5b48a88e7db45a58b1bbb (patch) | |
| tree | 0b3995e4fb600b65eae5fa460263b053576b6b7a /src | |
| parent | 3ade5560535637d99adbd02cd40125ebb3776e0d (diff) | |
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 f6d140db2..037f041f9 100644 --- a/src/tools/dcpomatic_player.cc +++ b/src/tools/dcpomatic_player.cc @@ -331,7 +331,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))); |
