0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2025-04-21 02:11:06 +00:00

Remove unused friend declaration

This commit is contained in:
Magnus Norddahl 2017-01-24 05:00:11 +01:00
parent f94cced13d
commit 946ab93ff6

View file

@ -32,7 +32,5 @@ namespace swrenderer
uint32_t Translation = 0;
uint32_t FillColor = 0;
friend class RenderPlayerSprite; // To do: detach sprite from playersprite!
};
}