forked from organicmaps/organicmaps
removed dead code (m_fillAlpha)
This commit is contained in:
parent
dae91f8f19
commit
70c95034bc
3 changed files with 0 additions and 8 deletions
|
@ -117,11 +117,7 @@ namespace yg
|
|||
{
|
||||
unsigned char alpha = gil::get_color(v(x, y), gil::alpha_t());
|
||||
if (alpha != 0)
|
||||
{
|
||||
v(x, y) = penColor;
|
||||
// if (m_fillAlpha)
|
||||
// gil::get_color(v(x, y), gil::alpha_t()) = alpha;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
@ -54,8 +54,6 @@ namespace yg
|
|||
|
||||
shared_ptr<ResourceManager> m_resourceManager;
|
||||
|
||||
bool m_fillAlpha;
|
||||
|
||||
Skin(shared_ptr<ResourceManager> const & resourceManager,
|
||||
TSkinPages const & pages);
|
||||
|
||||
|
|
|
@ -87,8 +87,6 @@ namespace yg
|
|||
EType m_type;
|
||||
uint32_t m_pipelineID;
|
||||
|
||||
bool m_fillAlpha;
|
||||
|
||||
/// number of pending rendering commands,
|
||||
/// that are using this skin_page
|
||||
uint32_t m_activeCommands;
|
||||
|
|
Loading…
Add table
Reference in a new issue