Remove unused friend declaration

This commit is contained in:
Magnus Norddahl 2017-01-24 05:00:11 +01:00
parent f94cced13d
commit 946ab93ff6
1 changed files with 0 additions and 2 deletions

View File

@ -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!
}; };
} }