diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-06 22:25:48 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-06 22:25:48 +0000 |
| commit | e5b744922fb6aed65ec13f22a9de0c86dd1bd561 (patch) | |
| tree | afdb5ca70f017a84e69a12deb328f2e758cb6166 /src/wx | |
| parent | 24fbd3513614dba8f2e5ac16b86576d39f1dc6c0 (diff) | |
Remove some unused parameters.
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/film_viewer.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index f8707f9b2..0a72b5a1d 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -272,7 +272,6 @@ FilmViewer::display_player_video () */ _frame = _player_video.first->image ( - optional<dcp::NoteHandler>(bind(&Log::dcp_log, _film->log().get(), _1, _2)), bind (&PlayerVideo::always_rgb, _1), false, true ); |
