1
0
mirror of https://github.com/Mauler125/r5sdk.git synced 2025-02-09 19:15:03 +01:00

Remove unused member variables

This commit is contained in:
Kawe Mazidjatari 2023-04-09 19:37:00 +02:00
parent fe2bd4c4d8
commit d46cc0d6b1
2 changed files with 0 additions and 4 deletions
r5dev/thirdparty/imgui/misc

@ -35,8 +35,6 @@ CTextLogger::CTextLogger()
, m_nLinesOffsetAmount(0)
, m_nTabSize(4)
, m_nLeftMargin(0)
, m_nColorRangeMin(0)
, m_nColorRangeMax(0)
, m_flTextStart(0.0f)
, m_flLineSpacing(1.0f)
, m_flLastClick(-1.0)

@ -218,8 +218,6 @@ private:
int m_nLinesOffsetAmount;
int m_nTabSize;
int m_nLeftMargin;
int m_nColorRangeMin;
int m_nColorRangeMax;
float m_flTextStart; // position (in pixels) where a code line starts relative to the left of the TextLogger.
float m_flLineSpacing;
double m_flLastClick;