diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-31 23:55:14 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-31 23:55:14 +0000 |
| commit | c6c1173589761734608d66cc3a8dff4e06b26147 (patch) | |
| tree | 424bcabb0824a4f710a01836b89df3ece537146b /src/wx/film_editor.cc | |
| parent | 4b3554db5556f8745ff36c5ca80423aaa41ae506 (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.cc | 5 |
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); |
