X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FPreloadState.hpp;h=010dde7648b5e8149b390e2991defdbe34b6431b;hb=5cd73a8f2b40e59ec13aa2a6af33bc8e2a6b9a6c;hp=daf0a3792ae2b65fe5a2df52a301294a3cda1b71;hpb=f5e5e8522b94a6b81a137d4bca7665ef15bcd2c6;p=blank.git diff --git a/src/app/PreloadState.hpp b/src/app/PreloadState.hpp index daf0a37..010dde7 100644 --- a/src/app/PreloadState.hpp +++ b/src/app/PreloadState.hpp @@ -4,7 +4,6 @@ #include "State.hpp" #include "../ui/Progress.hpp" -#include "../graphics/Font.hpp" #include @@ -27,7 +26,6 @@ public: private: Environment &env; ChunkLoader &loader; - Font font; Progress progress; std::size_t total; std::size_t per_update;