Fixed compilation.

This commit is contained in:
vng 2014-04-10 20:09:01 +03:00 committed by Alex Zolotarev
parent 7881f51a5f
commit 819ceff9bd

View file

@ -83,11 +83,6 @@ void GLState::SetBlending(Blending const & blending)
m_blending = blending;
}
int GLState::GetProgramIndex() const
{
return m_gpuProgramIndex;
}
bool GLState::operator<(GLState const & other) const
{
if (m_mask != other.m_mask)