mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-14 08:30:50 +00:00
Remove unused friend declaration
This commit is contained in:
parent
f94cced13d
commit
946ab93ff6
1 changed files with 0 additions and 2 deletions
|
@ -32,7 +32,5 @@ namespace swrenderer
|
||||||
|
|
||||||
uint32_t Translation = 0;
|
uint32_t Translation = 0;
|
||||||
uint32_t FillColor = 0;
|
uint32_t FillColor = 0;
|
||||||
|
|
||||||
friend class RenderPlayerSprite; // To do: detach sprite from playersprite!
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue