Remove unused wxPG member variable.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Artur Wieczorek
2014-11-24 16:11:19 +00:00
parent 161e8dcff2
commit ffbee3a059

View File

@@ -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;