forked from organicmaps/organicmaps
[categories_holder.cpp] Remove static const member declaration from .cpp file, its declaration in header file is enough.
This commit is contained in:
parent
6fdca47394
commit
42066b7566
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@ enum State
|
|||
} // unnamed namespace
|
||||
|
||||
|
||||
int8_t const CategoriesHolder::UNSUPPORTED_LOCALE_CODE;
|
||||
|
||||
CategoriesHolder::CategoriesHolder(Reader * reader)
|
||||
{
|
||||
ReaderStreamBuf buffer(reader);
|
||||
|
|
Loading…
Add table
Reference in a new issue