aboutsummaryrefslogtreecommitdiff
path: root/src/clientmedia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/clientmedia.cpp')
-rw-r--r--src/clientmedia.cpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/clientmedia.cpp b/src/clientmedia.cpp
index 2877d8a2e..ca6f3d563 100644
--- a/src/clientmedia.cpp
+++ b/src/clientmedia.cpp
@@ -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()