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

@@ -1500,12 +1500,6 @@ protected:
// Current non-client width (needed when auto-centering).
int m_ncWidth;
// Non-client width (auto-centering helper).
//int m_fWidth;
// Previously recorded scroll start position.
int m_prevVY;
// The gutter spacing in front and back of the image.
// This determines the amount of spacing in front of each item
int m_gutterWidth;
@@ -1613,9 +1607,6 @@ protected:
bool m_editorFocused;
#endif
// 1 if m_latsCaption is also the bottommost caption.
//unsigned char m_lastCaptionBottomnest;
unsigned char m_vspacing;
#if WXWIN_COMPATIBILITY_3_0

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.