From a69be8e1038a4c3bf48b78af1d89d4e3f0a313e6 Mon Sep 17 00:00:00 2001 From: vng Date: Sun, 5 Oct 2014 19:05:39 +0300 Subject: [PATCH] Removed dummy members. --- storage/storage.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/storage/storage.hpp b/storage/storage.hpp index 388d8fd13b..87b2b5838a 100644 --- a/storage/storage.hpp +++ b/storage/storage.hpp @@ -8,13 +8,13 @@ #include "../platform/http_request.hpp" #include "../std/vector.hpp" -#include "../std/map.hpp" #include "../std/list.hpp" #include "../std/string.hpp" #include "../std/set.hpp" #include "../std/function.hpp" #include "../std/unique_ptr.hpp" + namespace storage { /// Can be used to store local maps and/or maps available for download @@ -28,9 +28,6 @@ namespace storage CountriesContainerT m_countries; - vector m_downloadedCountries; - vector m_outOfDateCountries; - /// store queue for downloading typedef list TQueue; TQueue m_queue;