forked from organicmaps/organicmaps
Removing unused index ref.
This commit is contained in:
parent
93b13730ae
commit
ae0b20867c
2 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,7 @@ Time FromDaysAgo(Time time, uint32_t days)
|
|||
}
|
||||
} // namespace
|
||||
|
||||
Api::Api(Index const & index, std::string const & filename) : m_index(index), m_storage(filename) {}
|
||||
Api::Api(Index const & index, std::string const & filename) : m_storage(filename) {}
|
||||
|
||||
void Api::GetUGC(FeatureID const & id, UGCCallback callback)
|
||||
{
|
||||
|
|
|
@ -34,7 +34,6 @@ private:
|
|||
|
||||
void SetUGCUpdateImpl(FeatureID const & id, UGCUpdate const & ugc);
|
||||
|
||||
Index const & m_index;
|
||||
base::WorkerThread m_thread;
|
||||
Storage m_storage;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue