summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_editor.cc')
-rw-r--r--src/wx/film_editor.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc
index 7dd7e4ef3..5380cbd9b 100644
--- a/src/wx/film_editor.cc
+++ b/src/wx/film_editor.cc
@@ -76,11 +76,6 @@ FilmEditor::film_changed (Film::Property p)
return;
}
- list<string> notes = _film->fix_conflicting_settings ();
- BOOST_FOREACH (string i, notes) {
- message_dialog (this, std_to_wx (i));
- }
-
_content_panel->film_changed (p);
_dcp_panel->film_changed (p);