summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-12-03 13:42:02 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-12-03 13:42:02 -0800
commit10ebcbca93327e098a48d88869b6d8a2a19df6da (patch)
treeba10a02d1967bc891c90e65e6e1645465ce53b29 /include
parent21b4f8c501d67ed8ecf6dedbdd55064a5c8f823c (diff)
downloadqtlocation-mapboxgl-10ebcbca93327e098a48d88869b6d8a2a19df6da.tar.gz
Remove unused
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/platform/default/caching_http_file_source.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mbgl/platform/default/caching_http_file_source.hpp b/include/mbgl/platform/default/caching_http_file_source.hpp
index 058bdc7c3e..fe6972230f 100644
--- a/include/mbgl/platform/default/caching_http_file_source.hpp
+++ b/include/mbgl/platform/default/caching_http_file_source.hpp
@@ -14,7 +14,6 @@ class SQLiteStore;
class CachingHTTPFileSource : public FileSource {
public:
- CachingHTTPFileSource(uv_loop_t*, const std::string &path_);
CachingHTTPFileSource(const std::string &path_);
~CachingHTTPFileSource();