From f6320b67fe724d9c5e22af1a2566a0700a65ab62 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 25 Feb 2013 21:20:27 +0000 Subject: Try again. --- src/wx/film_viewer.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index 96656ce09..e1e3b009d 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -57,9 +57,6 @@ FilmViewer::FilmViewer (shared_ptr f, wxWindow* p) , _clear_required (false) { _panel->SetDoubleBuffered (true); -#if wxMAJOR_VERSION == 2 && wxMINOR_VERSION >= 9 - _panel->SetBackgroundStyle (wxBG_STYLE_PAINT); -#endif _v_sizer = new wxBoxSizer (wxVERTICAL); SetSizer (_v_sizer); -- cgit v1.2.3