forked from organicmaps/organicmaps
Removed dummy members.
This commit is contained in:
parent
8239382967
commit
a69be8e103
1 changed files with 1 additions and 4 deletions
|
@ -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<TIndex> m_downloadedCountries;
|
||||
vector<TIndex> m_outOfDateCountries;
|
||||
|
||||
/// store queue for downloading
|
||||
typedef list<TIndex> TQueue;
|
||||
TQueue m_queue;
|
||||
|
|
Loading…
Add table
Reference in a new issue