Removed dummy members.

This commit is contained in:
vng 2014-10-05 19:05:39 +03:00 committed by Alex Zolotarev
parent 8239382967
commit a69be8e103

View file

@ -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;