From c7bc7b467a6c7297f37cf3ef10dddaa7c00353e2 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Fri, 12 Dec 2014 22:58:10 +0000 Subject: [PATCH] Remove unused member variable from wxSimpleCheckBox (used in wxPGCheckBoxEditor). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/propgrid/editors.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/propgrid/editors.cpp b/src/propgrid/editors.cpp index 30093a2789..be733b2932 100644 --- a/src/propgrid/editors.cpp +++ b/src/propgrid/editors.cpp @@ -1533,8 +1533,6 @@ private: } void OnLeftClickActivate( wxCommandEvent& evt ); - static wxBitmap* ms_doubleBuffer; - DECLARE_EVENT_TABLE() }; @@ -1551,11 +1549,8 @@ END_EVENT_TABLE() wxSimpleCheckBox::~wxSimpleCheckBox() { - wxDELETE(ms_doubleBuffer); } -wxBitmap* wxSimpleCheckBox::ms_doubleBuffer = NULL; - void wxSimpleCheckBox::OnPaint( wxPaintEvent& WXUNUSED(event) ) { wxRect rect(GetClientSize());