mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Remove unused CUIElement::m_ElementTime
This commit is contained in:
parent
49bed71932
commit
991b045a11
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue