summaryrefslogtreecommitdiff
path: root/src/wx/simple_video_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-05-10 23:22:34 +0100
committerCarl Hetherington <cth@carlh.net>2019-05-10 23:43:55 +0100
commitec1df37a1940063dc0dbc45ad2dab638bdc92c0d (patch)
tree8879c467bdf0d119f4c3edb1956025a6ca578884 /src/wx/simple_video_view.h
parente153d7f5dc128d97160e41bdda3c4e4a05c7140b (diff)
Colour in 'masking' in GL mode.
Diffstat (limited to 'src/wx/simple_video_view.h')
-rw-r--r--src/wx/simple_video_view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/simple_video_view.h b/src/wx/simple_video_view.h
index 40924839f..686a1a1f3 100644
--- a/src/wx/simple_video_view.h
+++ b/src/wx/simple_video_view.h
@@ -41,7 +41,6 @@ public:
private:
void paint ();
- FilmViewer* _viewer;
wxPanel* _panel;
boost::shared_ptr<const Image> _image;
};