Remove unused wxPG member variable.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Artur Wieczorek
2014-11-08 18:17:24 +00:00
parent 774a58ff20
commit b2588d907e

View File

@@ -1063,7 +1063,7 @@ public:
/** Returns true if any property has been modified by the user. */
bool IsAnyModified() const
#ifdef WXWIN_COMPATIBILITY_3_0
#if WXWIN_COMPATIBILITY_3_0
{ return m_pState->m_anyModified != (unsigned char)false; }
#else
{ return m_pState->m_anyModified; }
@@ -1929,8 +1929,11 @@ protected:
unsigned char m_vspacing;
#if WXWIN_COMPATIBILITY_3_0
// Unused variable.
// Used to track when Alt/Ctrl+Key was consumed.
unsigned char m_keyComboConsumed;
#endif
/** 1 if in DoPropertyChanged() */
bool m_inDoPropertyChanged;