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