chore: remove unused privates from PlatformScreen

This commit is contained in:
sithlord48
2026-02-09 07:10:16 -05:00
committed by Nick Bolton
parent 1f2d169b0d
commit 82588a7fc9

View File

@ -100,19 +100,4 @@ protected:
Converts a sides mask (e.g. LeftMask | RightMask) to a string representation (e.g. "LR").
*/
static std::string sidesMaskToString(uint32_t sides);
private:
/*!
* \brief m_clientScrollDirection
* This member contains client scroll direction.
* This member is used only on client side.
*/
bool m_invertScrollDirection = false;
/**
* @brief m_yScrollScale
* This member is used to scale the y scroll speed
* It is only used on the client side
*/
double m_yScrollScale = 1.0;
};