summaryrefslogtreecommitdiffstats
path: root/src/client/HTTPClientReceiver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/HTTPClientReceiver.hpp')
-rw-r--r--src/client/HTTPClientReceiver.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client/HTTPClientReceiver.hpp b/src/client/HTTPClientReceiver.hpp
index 7cb42948..4916ddea 100644
--- a/src/client/HTTPClientReceiver.hpp
+++ b/src/client/HTTPClientReceiver.hpp
@@ -71,9 +71,8 @@ private:
Glib::Mutex _mutex;
SharedPtr<Shared::ClientInterface> _target;
- Shared::World* _world;
- const std::string _url;
- SharedPtr<Serialisation::Parser> _parser;
+ Shared::World* _world;
+ const std::string _url;
};