Remove more dead code from texturemgr.
This commit is contained in:
parent
3a745d492a
commit
5cb74151f5
2 changed files with 0 additions and 5 deletions
|
@ -17,7 +17,6 @@ namespace textures {
|
|||
struct TextureManager {
|
||||
std::vector<sf::Image> surfaces;
|
||||
std::unordered_map<std::string, SpriteTexture> sprite_textures;
|
||||
std::unordered_map<wchar_t, int> char_to_texture;
|
||||
sf::Image floor;
|
||||
sf::Image ceiling;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue