aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/texturecache.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/texturecache.h')
-rw-r--r--yage/core/texturecache.h1
1 files changed, 0 insertions, 1 deletions
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