Remove unused CUIElement::m_ElementTime

This commit is contained in:
Robert Müller 2022-08-13 11:36:17 +02:00
parent 49bed71932
commit 991b045a11

View file

@ -131,9 +131,6 @@ protected:
CUI *UI() const { return m_pUI; }
std::vector<SUIElementRect> m_vUIRects;
// used for marquees or other user implemented things
int64_t m_ElementTime;
public:
CUIElement() = default;