diff options
Diffstat (limited to 'src/wx/film_viewer.h')
| -rw-r--r-- | src/wx/film_viewer.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index 1f20c3321..d64eef4a9 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -149,8 +149,11 @@ public: boost::signals2::signal<bool ()> PlaybackPermitted; private: + + /* XXX_b: to remove */ + friend class SimpleVideoView; + void video_view_sized (); - void timer (); void calculate_sizes (); void player_change (ChangeType type, int, bool); bool get (bool lazy); @@ -172,7 +175,6 @@ private: boost::shared_ptr<Player> _player; VideoView* _video_view; - wxTimer _timer; bool _coalesce_player_changes; std::list<int> _pending_player_changes; |
