summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-02-25 21:20:27 +0000
committerCarl Hetherington <cth@carlh.net>2013-02-25 21:20:27 +0000
commitf6320b67fe724d9c5e22af1a2566a0700a65ab62 (patch)
treee2968c4e117b21c77fb03db87aa1de78cea3a9e7 /src
parentb2ebae40e3dbfdf535ac7326966aa00ae3738ddb (diff)
Try again.
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_viewer.cc3
1 files changed, 0 insertions, 3 deletions
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<Film> 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);