From 9a606caf0b33d5dba33e33ce3fb59724e1849eb1 Mon Sep 17 00:00:00 2001 From: Huyen Chau Nguyen Date: Wed, 31 Oct 2018 09:50:13 +0100 Subject: [core] define number of concurrent downloads in online file source variable --- src/mbgl/storage/http_file_source.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mbgl') diff --git a/src/mbgl/storage/http_file_source.hpp b/src/mbgl/storage/http_file_source.hpp index 47976f972e..09834aa4dc 100644 --- a/src/mbgl/storage/http_file_source.hpp +++ b/src/mbgl/storage/http_file_source.hpp @@ -11,8 +11,6 @@ public: std::unique_ptr request(const Resource&, Callback) override; - static uint32_t maximumConcurrentRequests(); - class Impl; private: -- cgit v1.2.1