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:
@@ -1967,8 +1967,11 @@ protected:
|
|||||||
/** Internal flags - see wxPG_FL_XXX constants. */
|
/** Internal flags - see wxPG_FL_XXX constants. */
|
||||||
wxUint32 m_iFlags;
|
wxUint32 m_iFlags;
|
||||||
|
|
||||||
|
#if WXWIN_COMPATIBILITY_3_0
|
||||||
|
// Unused variable.
|
||||||
/** When drawing next time, clear this many item slots at the end. */
|
/** When drawing next time, clear this many item slots at the end. */
|
||||||
int m_clearThisMany;
|
int m_clearThisMany;
|
||||||
|
#endif
|
||||||
|
|
||||||
// Mouse is hovering over this column (index)
|
// Mouse is hovering over this column (index)
|
||||||
unsigned int m_colHover;
|
unsigned int m_colHover;
|
||||||
|
Reference in New Issue
Block a user