diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-09 13:58:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-09 13:58:37 +0100 |
| commit | abe21002bc84db630d860bc304261497cfd71f9b (patch) | |
| tree | 0919527c133b2dd9aed50b88d025ed07dbd50f14 /src/wx/film_viewer.h | |
| parent | a650d922e141930e40759cdbf97135321523ecb3 (diff) | |
Move some updates from content_change to player_change.
So far as I can see there's no need for them to respond to
content_change, and it's neater to do it all in one place.
Diffstat (limited to 'src/wx/film_viewer.h')
| -rw-r--r-- | src/wx/film_viewer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index 9cbedc7cb..125e4fd2d 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -156,7 +156,6 @@ private: void idle_handler (); void request_idle_display_next_frame (); void film_change (ChangeType, Film::Property); - void content_change (ChangeType, int property); void recreate_butler (); void config_changed (Config::Property); void film_length_change (); |
