From ffbee3a059c8540613fbb44f90f293fffaa40410 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Mon, 24 Nov 2014 16:11:19 +0000 Subject: [PATCH] Remove unused wxPG member variable. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/propgrid/propgrid.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/propgrid/propgrid.h b/include/wx/propgrid/propgrid.h index bf138adb68..70cbab6a14 100644 --- a/include/wx/propgrid/propgrid.h +++ b/include/wx/propgrid/propgrid.h @@ -1967,8 +1967,11 @@ protected: /** Internal flags - see wxPG_FL_XXX constants. */ wxUint32 m_iFlags; +#if WXWIN_COMPATIBILITY_3_0 + // Unused variable. /** When drawing next time, clear this many item slots at the end. */ int m_clearThisMany; +#endif // Mouse is hovering over this column (index) unsigned int m_colHover;