From 5356fc4701eeccc5f5c85df2890f60f0cdf99a4b Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 7 May 2018 13:30:32 +0100 Subject: Removing rapidjson dependency --- yage/core/texturecache.h | 1 - 1 file changed, 1 deletion(-) (limited to 'yage/core/texturecache.h') diff --git a/yage/core/texturecache.h b/yage/core/texturecache.h index fbedab9d..8b34d39e 100644 --- a/yage/core/texturecache.h +++ b/yage/core/texturecache.h @@ -25,7 +25,6 @@ public: TextureCache() = default; Texture getTexture(const std::string &texture_path, int x = 1, int y = 1); - Texture getTextureFromSpriteSheet(); }; } // namespace yage -- cgit