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:
parent
fe2bd4c4d8
commit
d46cc0d6b1
r5dev/thirdparty/imgui/misc
2
r5dev/thirdparty/imgui/misc/imgui_logger.cpp
vendored
2
r5dev/thirdparty/imgui/misc/imgui_logger.cpp
vendored
@ -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)
|
||||
|
2
r5dev/thirdparty/imgui/misc/imgui_logger.h
vendored
2
r5dev/thirdparty/imgui/misc/imgui_logger.h
vendored
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user