forked from organicmaps/organicmaps
[generator] remove obsolete tunnel flag
This commit is contained in:
parent
f97623fe31
commit
aa89107b1e
1 changed files with 1 additions and 6 deletions
|
@ -120,13 +120,12 @@ namespace ftype
|
|||
|
||||
size_t & m_count;
|
||||
FeatureParams & m_params;
|
||||
bool m_tunnel;
|
||||
|
||||
public:
|
||||
typedef bool result_type;
|
||||
|
||||
do_find_name(size_t & count, FeatureParams & params)
|
||||
: m_count(count), m_params(params), m_tunnel(false)
|
||||
: m_count(count), m_params(params)
|
||||
{
|
||||
m_count = 0;
|
||||
}
|
||||
|
@ -211,10 +210,6 @@ namespace ftype
|
|||
m_params.rank = static_cast<uint8_t>(log(double(n)) / log(1.1));
|
||||
}
|
||||
|
||||
// set 'tunnel' flag
|
||||
if (k == "tunnel")
|
||||
m_tunnel = true;
|
||||
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue