X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FUnloadState.hpp;h=877f8fb4d7f4030382fb2b47190c25a52b562c72;hb=5cd73a8f2b40e59ec13aa2a6af33bc8e2a6b9a6c;hp=6d5cea71ae2a89ecd3f417ad286a4ba7705e639b;hpb=f5e5e8522b94a6b81a137d4bca7665ef15bcd2c6;p=blank.git diff --git a/src/app/UnloadState.hpp b/src/app/UnloadState.hpp index 6d5cea7..877f8fb 100644 --- a/src/app/UnloadState.hpp +++ b/src/app/UnloadState.hpp @@ -4,7 +4,6 @@ #include "State.hpp" #include "../ui/Progress.hpp" -#include "../graphics/Font.hpp" #include #include @@ -31,7 +30,6 @@ public: private: Environment &env; ChunkLoader &loader; - Font font; Progress progress; std::list::iterator cur; std::list::iterator end;