removed dead code (m_fillAlpha)

This commit is contained in:
rachytski 2012-11-05 20:08:15 +03:00 committed by Alex Zolotarev
parent dae91f8f19
commit 70c95034bc
3 changed files with 0 additions and 8 deletions

View file

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

View file

@ -54,8 +54,6 @@ namespace yg
shared_ptr<ResourceManager> m_resourceManager;
bool m_fillAlpha;
Skin(shared_ptr<ResourceManager> const & resourceManager,
TSkinPages const & pages);

View file

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