diff options
Diffstat (limited to 'gfx/models/texture.cpp')
-rw-r--r-- | gfx/models/texture.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gfx/models/texture.cpp b/gfx/models/texture.cpp index 0ebba08..51223aa 100644 --- a/gfx/models/texture.cpp +++ b/gfx/models/texture.cpp @@ -2,7 +2,6 @@ #include "config/types.h" #include "glArrays.h" #include "tga.h" -#include <cache.h> #include <fcntl.h> #include <filesystem.h> #include <gfx/image.h> @@ -13,8 +12,6 @@ #include <stb/stb_image.h> #include <sys/mman.h> -Cache<Texture, std::filesystem::path> Texture::cachedTexture; - GLint TextureOptions::glMapMode(TextureOptions::MapMode mm) { |