summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-31 23:55:14 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-31 23:55:14 +0000
commitc6c1173589761734608d66cc3a8dff4e06b26147 (patch)
tree424bcabb0824a4f710a01836b89df3ece537146b /src/wx/film_editor.cc
parent4b3554db5556f8745ff36c5ca80423aaa41ae506 (diff)
I think fix_conflicting_settings is now not required.
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);