Get rid of unused variables

This commit is contained in:
Artur Wieczorek
2019-06-14 22:16:44 +02:00
parent c5cf25e9df
commit 6abf507923
4 changed files with 0 additions and 30 deletions

View File

@@ -661,9 +661,6 @@ protected:
unsigned int m_virtualHeight;
#if WXWIN_COMPATIBILITY_3_0
// 1 if m_lastCaption is also the bottommost caption.
unsigned char m_lastCaptionBottomnest;
// 1 items appended/inserted, so stuff needs to be done before drawing;
// If m_virtualHeight == 0, then calcylatey's must be done.
// Otherwise just sort.
@@ -674,9 +671,6 @@ protected:
unsigned char m_vhCalcPending;
#else
// True if m_lastCaption is also the bottommost caption.
bool m_lastCaptionBottomnest;
// True: items appended/inserted, so stuff needs to be done before drawing;
// If m_virtualHeight == 0, then calcylatey's must be done.
// Otherwise just sort.