mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 17:48:19 +00:00
Remove unused m_Lastupdate
variable
This commit is contained in:
parent
f14f00da09
commit
df0a9811d9
|
@ -12,7 +12,6 @@
|
||||||
|
|
||||||
CDamageInd::CDamageInd()
|
CDamageInd::CDamageInd()
|
||||||
{
|
{
|
||||||
m_Lastupdate = 0;
|
|
||||||
m_NumItems = 0;
|
m_NumItems = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
|
|
||||||
class CDamageInd : public CComponent
|
class CDamageInd : public CComponent
|
||||||
{
|
{
|
||||||
int64_t m_Lastupdate;
|
|
||||||
struct CItem
|
struct CItem
|
||||||
{
|
{
|
||||||
vec2 m_Pos;
|
vec2 m_Pos;
|
||||||
|
|
Loading…
Reference in a new issue