X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fclient%2FInteractiveState.hpp;h=8e7064eacf0a1e2be1f98bf309abe463f26d7043;hb=1c2994622a6b73f90cbd3ec9c09ffb4d7724cab4;hp=2db227067711aecb78223231658514eebbb7bf89;hpb=933ca0fe6c660e482edd45742d981f2de59a32df;p=blank.git diff --git a/src/client/InteractiveState.hpp b/src/client/InteractiveState.hpp index 2db2270..8e7064e 100644 --- a/src/client/InteractiveState.hpp +++ b/src/client/InteractiveState.hpp @@ -5,7 +5,6 @@ #include "../ui/ClientController.hpp" #include "ChunkReceiver.hpp" -#include "ChunkRequester.hpp" #include "NetworkedInput.hpp" #include "../app/IntervalTimer.hpp" #include "../graphics/SkyBox.hpp" @@ -67,7 +66,6 @@ private: InteractiveManipulator manip; NetworkedInput input; Interface interface; - ChunkRequester chunk_requester; ChunkReceiver chunk_receiver; ChunkRenderer chunk_renderer; Skeletons skeletons;