X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FPreloadState.hpp;h=010dde7648b5e8149b390e2991defdbe34b6431b;hb=045a6ec084bf1fb4df3c6ade4a88932cf61bed23;hp=daf0a3792ae2b65fe5a2df52a301294a3cda1b71;hpb=376fc1fca87fcdd22dabadf6d01d245ef8c3cedd;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;