diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-06-22 17:21:30 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-06-22 17:21:30 +0200 |
| commit | 5c5f9d4f408df440d2baae93fad129c66921cd26 (patch) | |
| tree | db2f1ddcdd516f22951cdfb4541470030526f97d /src/wx/playlist_controls.cc | |
| parent | eb7a7f05ba17143723227495c62d6292b1a2d3f7 (diff) | |
Controls::set_film() calls setup_sensitivity() so there's no need for PlaylistControls::set_film() also to do it.
Diffstat (limited to 'src/wx/playlist_controls.cc')
| -rw-r--r-- | src/wx/playlist_controls.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wx/playlist_controls.cc b/src/wx/playlist_controls.cc index c098aa970..8d67cd998 100644 --- a/src/wx/playlist_controls.cc +++ b/src/wx/playlist_controls.cc @@ -396,12 +396,6 @@ PlaylistControls::config_changed (int property) } } -void -PlaylistControls::set_film (shared_ptr<Film> film) -{ - Controls::set_film (film); - setup_sensitivity (); -} void PlaylistControls::update_current_content () |
