LocalPlayer::accelerateHorizontal: cleanups
[oweals/minetest.git] / src / clientmedia.cpp
index 2877d8a2e7432026bd00661d23110f945ed05862..ca6f3d563ca57911b07e380ff381bb5b244bbd03 100644 (file)
@@ -43,17 +43,8 @@ static std::string getMediaCacheDir()
 
 ClientMediaDownloader::ClientMediaDownloader():
        m_media_cache(getMediaCacheDir()),
-       m_initial_step_done(false),
-       m_uncached_count(0),
-       m_uncached_received_count(0),
-       m_name_bound("")
+       m_httpfetch_caller(HTTPFETCH_DISCARD)
 {
-       m_httpfetch_caller = HTTPFETCH_DISCARD;
-       m_httpfetch_active = 0;
-       m_httpfetch_active_limit = 0;
-       m_httpfetch_next_id = 0;
-       m_httpfetch_timeout = 0;
-       m_outstanding_hash_sets = 0;
 }
 
 ClientMediaDownloader::~ClientMediaDownloader()