diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-01-26 17:56:52 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-01-26 17:56:52 +0000 |
commit | 14d82ff67eab5d94b69fb38ea6a0bc634674245c (patch) | |
tree | 2f66f17b95b23b0b4f053b1aa0f00d65297ab24a /ui | |
parent | Remove the static font cache (diff) | |
download | ilt-14d82ff67eab5d94b69fb38ea6a0bc634674245c.tar.bz2 ilt-14d82ff67eab5d94b69fb38ea6a0bc634674245c.tar.xz ilt-14d82ff67eab5d94b69fb38ea6a0bc634674245c.zip |
Remove the generic cache completely
Diffstat (limited to 'ui')
-rw-r--r-- | ui/font.cpp | 1 | ||||
-rw-r--r-- | ui/text.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ui/font.cpp b/ui/font.cpp index 237c22d..b6669b0 100644 --- a/ui/font.cpp +++ b/ui/font.cpp @@ -1,6 +1,5 @@ #include "font.h" #include <algorithm> -#include <cache.h> #include <cctype> #include <ft2build.h> #include FT_FREETYPE_H diff --git a/ui/text.cpp b/ui/text.cpp index 7cb7d30..5b9e591 100644 --- a/ui/text.cpp +++ b/ui/text.cpp @@ -3,7 +3,6 @@ #include "gfx/gl/uiShader.h" #include "uiComponent.h" #include <array> -#include <cache.h> #include <glArrays.h> #include <glm/gtc/type_ptr.hpp> #include <utility> |