]> git.localhorst.tv Git - blank.git/blobdiff - src/app/PreloadState.hpp
centralize fonts
[blank.git] / src / app / PreloadState.hpp
index daf0a3792ae2b65fe5a2df52a301294a3cda1b71..010dde7648b5e8149b390e2991defdbe34b6431b 100644 (file)
@@ -4,7 +4,6 @@
 #include "State.hpp"
 
 #include "../ui/Progress.hpp"
-#include "../graphics/Font.hpp"
 
 #include <cstddef>
 
@@ -27,7 +26,6 @@ public:
 private:
        Environment &env;
        ChunkLoader &loader;
-       Font font;
        Progress progress;
        std::size_t total;
        std::size_t per_update;