summaryrefslogtreecommitdiff
path: root/src/wx/controls.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/controls.cc')
-rw-r--r--src/wx/controls.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wx/controls.cc b/src/wx/controls.cc
index f7573c28b..cf805e8f7 100644
--- a/src/wx/controls.cc
+++ b/src/wx/controls.cc
@@ -221,10 +221,6 @@ Controls::add_clicked ()
if (!ok || !report_errors_from_last_job(this)) {
return;
}
- if (_film->content().size() == 1) {
- /* Put 1 frame of black at the start so when we seek to 0 we don't see anything */
- sel->set_position (DCPTime::from_frames(1, _film->video_frame_rate()));
- }
add_content_to_list (sel, _current_spl_view);
setup_sensitivity ();
}