]> git.localhorst.tv Git - blank.git/blobdiff - src/app/UnloadState.hpp
centralize fonts
[blank.git] / src / app / UnloadState.hpp
index 6d5cea71ae2a89ecd3f417ad286a4ba7705e639b..877f8fb4d7f4030382fb2b47190c25a52b562c72 100644 (file)
@@ -4,7 +4,6 @@
 #include "State.hpp"
 
 #include "../ui/Progress.hpp"
-#include "../graphics/Font.hpp"
 
 #include <cstddef>
 #include <list>
@@ -31,7 +30,6 @@ public:
 private:
        Environment &env;
        ChunkLoader &loader;
-       Font font;
        Progress progress;
        std::list<Chunk>::iterator cur;
        std::list<Chunk>::iterator end;