aboutsummaryrefslogtreecommitdiffstats
path: root/yage/base/texturecache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yage/base/texturecache.cpp')
-rw-r--r--yage/base/texturecache.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/yage/base/texturecache.cpp b/yage/base/texturecache.cpp
index 5d2950a3..628f3604 100644
--- a/yage/base/texturecache.cpp
+++ b/yage/base/texturecache.cpp
@@ -12,8 +12,6 @@
namespace yage
{
-TextureCache::TextureCache() = default;
-
Texture TextureCache::getTexture(const std::string &texture_path)
{
auto itr = texture_map_.find(texture_path);