diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-10-20 22:24:41 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-08 21:56:47 +0100 |
| commit | ff64d7f42884bb21e61c5f5b242c41415a5934b1 (patch) | |
| tree | 8bb46496fb5eeb133bea63580355104bf17c6098 /src/wx/video_view.h | |
| parent | d6d5e36cbeb285c78c33d88a09882d964f83d563 (diff) | |
Remove temporary access to timer() method.
Diffstat (limited to 'src/wx/video_view.h')
| -rw-r--r-- | src/wx/video_view.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/video_view.h b/src/wx/video_view.h index 8b86b2ba1..dda18058d 100644 --- a/src/wx/video_view.h +++ b/src/wx/video_view.h @@ -44,10 +44,10 @@ public: virtual wxWindow* get () const = 0; virtual void update () = 0; - boost::signals2::signal<void()> Sized; + /* XXX_b: make pure */ + virtual void start () {} - /* XXX_b: to remove */ - virtual void timer () {} + boost::signals2::signal<void()> Sized; protected: FilmViewer* _viewer; |
